Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ulfox/kafka-video-stream
- Owner: ulfox
- License: mit
- Created: 2019-11-01T21:12:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T16:26:20.000Z (over 1 year ago)
- Last Synced: 2023-09-23T18:37:50.449Z (over 1 year ago)
- Topics: cv2, kafka-video-stream, producer, python-consumer, python-cv2, python-producer, python-video-streaming, video-stream, video-streaming
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'.