Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-14 Thread Nicolas George
Moritz Barsnick (2018-05-14): > May I interrupt this discussion and put forward the theory that the > "listen" mode of ffmpeg's http protocol/muxer was not made for multiple > connections? As far as I understand, it waits for one connection, and > terminates once this connection is closed. That

Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-14 Thread Moritz Barsnick
On Mon, May 14, 2018 at 12:54:02 +0200, sirk98 qwerty89 wrote: > 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 >

Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-14 Thread sirk98 qwerty89
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

Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-11 Thread Nicolas George
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 ?

Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-08 Thread sirk98 qwerty89
Hello, Thx for your reply, can u write an example? Do you use nginx with a proxy_pass rule? Or how? Il Mar 8 Mag 2018, 18:53 John Smith ha scritto: > > I try to setup FFmpeg + http listen option to serve some live stream > > without web server . > > If I run the script

Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-08 Thread John Smith
> 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

[FFmpeg-user] Http Listen Connection Drop

2018-05-07 Thread sirk98 qwerty89
Hello dear forum, 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 ? Here my script :