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.
- Host: GitHub
- URL: https://github.com/cipherswami/pyvidstream
- Owner: cipherswami
- License: mit
- Created: 2023-09-04T17:10:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T21:11:35.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T07:14:46.428Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 \