]> git.sesse.net Git - ffmpeg/commit
lavf/rtsp.c: Fix stimeout option not applied on http tunnel
authorSigned-off-by: Jun Li <junli1026@gmail.com>
Mon, 15 Apr 2019 11:44:11 +0000 (19:44 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Mon, 15 Apr 2019 11:44:11 +0000 (19:44 +0800)
commit1ae8a1073ba8a3ceb9f51d9350785c27530aa469
tree6ccfae460708530c099a25e17ed12b1c2b71e370
parentbbae8d08f592a029cda5932ddc4b39694034fe53
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