Re: [FFmpeg-devel] [PATCH] avformat/rtmphttp: fix bug for rtmphttp

2017-01-02 Thread Michael Niedermayer
On Mon, Jan 02, 2017 at 10:05:35AM +0800, Steven Liu wrote: > if the http server don't response the http command, > then the thread will be blocked and never be interrupted. > > Reported-by: yinyunjiang > Signed-off-by: Steven Liu > --- > libavformat/rtmphttp.c | 2 +- > 1 file changed, 1 inser

[FFmpeg-devel] [PATCH] avformat/rtmphttp: fix bug for rtmphttp

2017-01-01 Thread Steven Liu
if the http server don't response the http command, then the thread will be blocked and never be interrupted. Reported-by: yinyunjiang Signed-off-by: Steven Liu --- libavformat/rtmphttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtmphttp.c b/libavformat/rt