nginx-rtmp-module
nginx-rtmp-module copied to clipboard
exec python
hi i use https://github.com/harrypython/itsagramlive to start live in manual it start correctly: python3 /root/itsagramlive-master/live_ffmpeg2.py -u user -p pass -f rtmp://127.0.0.1:1935/live/test but when i insert the code in the nginx.config , it's not started nginx config: exec python3 /root/itsagramlive-master/live_ffmpeg2.py -u user -p pass -f rtmp://127.0.0.1:1935/live/test
please explain me how to do it thanks
does any body have a solution?