Proceduce by Tony Ngô & Thiện Nguyễn & Huy Nguyễn
Explore full origin source code »
View Demo
·
Report Bug
·
Request Feature
To run this code please do the following steps
This is an example of how to list things you need to use the software and how to install them.
- All dependencies
pip install -r requirements.txt
-
Pull this Nginx-RTMP on DockerHub
Mark that the
url
in the codemain.py
is the file you want to streaming or you can change it to0
to have a webcam streaming
- Run this command to run Nginx Server
docker run -d -p 1935:1935 --name nginx-rtmp tiangolo/nginx-rtmp
- Change the code in
main.py
live = Live(inputUrl=url, rtmpUrl="rtmp://yourIP/live/")
with 'yourIP' is your server IP
- Run the following command from terminal to streaming
python main.py
Plan to change resolution in streaming soon!
You can pull requests and email me for development
All of code is copied from lots of source in Github and Internet to remaster and optimized. This makes it will not be owned by any persons! Contact Author - Tony
for more information.
Your Name - @thinhngotony - email - [email protected]
More projects Link: https://github.com/thinhngotony