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

https://github.com/cipherswami/pyvidstream

A python based simple live video streaming app.
https://github.com/cipherswami/pyvidstream

Last synced: 8 months ago
JSON representation

A python based simple live video streaming app.

Awesome Lists containing this project

README

          

# pyVidStream
A python based simple live video streaming app.

# Requirements
- Python 3.6 or above
- OpenCV
- Numpy

# Usage
- Install the required packages using `pip install -r requirements.txt`
- Then first run the vidStream.py file as server on desired port to send the video feed.
- Now run the vidPlay.py file as client to receive the video stream by entering the server's IP address and port number.
- Use keyboard interrupt (Ctrl+C) to stop the video stream.

# Author
#### Aravind Potluri \