i have about 10-15 FFmpeg Process for streaming server like this:
ffmpeg -i "http://ip/play/a03i" -vcodec copy -acodec copy -f flv "rtmp://ip:80/APP/Name"
am use the Nginx-rtmp module to run it using the exec_static Directive but i can't monitoring every channels or process, can't stop start restart edit any stream without stop all channels
any idea Please?
Best,