]> git.sesse.net Git - ffmpeg/commit
lavf/rtsp.c: Fix stimeout option not applied on http tunnel
authorSteven Liu <lq@chinaffmpeg.org>
Mon, 15 Apr 2019 07:24:56 +0000 (15:24 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Mon, 15 Apr 2019 07:24:56 +0000 (15:24 +0800)
commitf502bd5432c9d7a34392ec3147bc5b5e3a868d9c
tree6ccfae460708530c099a25e17ed12b1c2b71e370
parentf9840cd2b501fe7956155542be5afb4432530903
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