[FFmpeg-cvslog] lavf/rtsp.c: Fix stimeout option not applied on http tunnel

2019-04-15 Thread Jun Li
ffmpeg | branch: master | Jun Li | Mon Apr 15 19:46:20 2019 +0800| [32148b5ac96b32a1086cf88db2cf18115fab314c] | committer: Steven Liu 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

[FFmpeg-cvslog] lavf/rtsp.c: Fix stimeout option not applied on http tunnel

2019-04-15 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Apr 15 15:24:56 2019 +0800| [f502bd5432c9d7a34392ec3147bc5b5e3a868d9c] | committer: Steven Liu 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