]> git.sesse.net Git - ffmpeg/commit
lavf/rtsp.c: Fix stimeout option not applied on http tunnel
authorJun Li <junli1026@gmail.com>
Mon, 15 Apr 2019 11:46:20 +0000 (19:46 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Mon, 15 Apr 2019 11:46:20 +0000 (19:46 +0800)
commit32148b5ac96b32a1086cf88db2cf18115fab314c
tree6ccfae460708530c099a25e17ed12b1c2b71e370
parent7f78a1b1caeafae1b2b33f0ee745bb255e72ede1
lavf/rtsp.c: Fix stimeout option not applied on http tunnel

stimeout option is already used in tcp transport, since
http is based on tcp, pass the option to http for tunneling
case.

Reviewed-by: Steven Liu <lq@onvideo.cn>
Signed-off-by: Jun Li <junli1026@gmail.com>
libavformat/rtsp.c