[FFmpeg-user] Http Listen Connection Drop

John Smith localdevjs at gmail.com
Tue May 8 19:53:03 EEST 2018


> 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.


More information about the ffmpeg-user mailing list