]> git.sesse.net Git - ffmpeg/commit
avformat/rtmphttp: fix bug for rtmphttp
authorSteven Liu <lq@chinaffmpeg.org>
Mon, 2 Jan 2017 02:05:35 +0000 (10:05 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 2 Jan 2017 18:35:47 +0000 (19:35 +0100)
commit16ff54664a229e167b46c404e0c28a1dac7ba58c
tree4c837bed761d9ccbd80e1bda85bfa7416844c7ea
parent3d8a8fd27e63f97bba5fd3da7c3e81c8bc126279
avformat/rtmphttp: fix bug for rtmphttp

if the http server don't response the http command,
then the thread will be blocked and never be interrupted.

Reported-by: yinyunjiang <yinyunjiang1991@qq.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/rtmphttp.c