Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ulfox/kafka-video-stream

Video streaming with kafka
https://github.com/ulfox/kafka-video-stream

cv2 kafka-video-stream producer python-consumer python-cv2 python-producer python-video-streaming video-stream video-streaming

Last synced: 2 months ago
JSON representation

Video streaming with kafka

Awesome Lists containing this project

README

        

# Kafka Video Stream

Visit my blog for additional info and instructions: [Kafka-Video-Streaming](https://ulfox.github.io/blog/kafka/2021-04-10/kafka-video-stream/)

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