> I try to setup FFmpeg + http listen option to serve some live stream
> without web server .
> If I run the script seems that all is working fine .
> But if client close connection, ffmpeg stops and I need to restart script .
> What I can do to solve this problem ?
>
>
What I do is use ffmpeg to stream the connection to an nginx web server;
the nginx server handles the clients, ffmpeg feeds nginx with the live
stream.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to