Skip to content

takuti-sandbox/kafka-python-video-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Streaming System with Kafka and Python

Installation

$ brew install kafka
$ python -m venv --without-pip venv # https://stackoverflow.com/a/26314477
$ . venv/bin/activate
$ curl https://bootstrap.pypa.io/get-pip.py | python
$ deactivate
$ . venv/bin/activate
$ pip install -r requirements.txt

Usage

Kafka:

$ brew services start zookeeper
$ brew services start kafka # on port 9092

Producer:

$ python src/producer.py resources/awesome_video.mp4

Consumer:

$ python src/consumer.py

http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages