ulfox / kafka-video-stream

Video streaming with kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Video streaming with kafka

License:MIT License


Languages

Language:Python 100.0%