Searched refs:RTSP_LOWER_TRANSPORT_HTTPS (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.h | 46 RTSP_LOWER_TRANSPORT_HTTPS, /**< HTTPS tunneled */ enumerator
|
H A D | rtsp.c | 91 { "https", "HTTPS tunneling", 0, AV_OPT_TYPE_CONST, {.i64 = (1 << RTSP_LOWER_TRANSPORT_HTTPS )}, 0, 0, DEC, "rtsp_transport" }, 1748 (1 << RTSP_LOWER_TRANSPORT_HTTPS))) { in ff_rtsp_connect() 1749 https_tunnel = !!(rt->lower_transport_mask & (1 << RTSP_LOWER_TRANSPORT_HTTPS)); in ff_rtsp_connect()
|
Completed in 6 milliseconds