Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 637 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 637 Bytes

Video Streaming

Prerequisites

Docker and Docker Compose installed on your system.

How to Run

Clone the Repository:

git clone https://github.com/morshed-sarwer/video-streaming.git

Install Python Dependencies:

pip install -r requirements.txt

Start the Docker Compose Environment:

docker-compose up -d

Access Control Center UI:

Open your web browser and go to http://localhost:9021 to access the Control Center UI for monitoring your Kafka cluster.

Run Producer Script:

python producer.py

Run Consumer Script:

python consumer.py