Skip to content

ulfox/kafka-video-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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