I try to use the debug loglevel, but I can't understand the problem . av_interleaved_write_frame(): Broken pipe No more output streams to write to, finishing. Error writing trailer of http://127.0.0.1:8989/1: Broken pipe
This error appears when client press Stop on the stream . I need that the connection remains open for other client . I try to use nginx as proxy server using the proxy pass option, but the problem is the same . What I can do ? 2018-05-11 11:27 GMT+02:00 Nicolas George <[email protected]>: > sirk98 qwerty89 (2018-05-07): > > 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 ? > > The first step would be to peruse the diagnostics printed or otherwise > available (especially the return code of the process) to know the exact > cause of the crash. If you have trouble understanding them by yourself, > do not hesitate to post them fully here. > > Regards, > > -- > Nicolas George > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
