Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 511 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 511 Bytes

Kafka Video Stream

Visit my blog for additional info and instructions: Kafka-Video-Streaming

Setup and start producer

Edit producer.py and change bootstrap_servers under main, then start producing by issuing:

python3 producer.py myvideo

Setup and start consumer

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'.