Visit my blog for additional info and instructions: Kafka-Video-Streaming
Edit producer.py and change bootstrap_servers
under main, then start producing by issuing:
python3 producer.py myvideo
Update bootstrap servers also in consumer.py and issue:
python3 consumer.py
Video should start playing in your screen. To stop, simply presh button 'q'.