Home
last modified time | relevance | path

Searched refs:RTSP_LOWER_TRANSPORT_HTTPS (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtsp.h46 RTSP_LOWER_TRANSPORT_HTTPS, /**< HTTPS tunneled */ enumerator
Drtsp.c88 …{ "https", "HTTPS tunneling", 0, AV_OPT_TYPE_CONST, {.i64 = (1 << RTSP_LOWER_TRANSPORT_HTTPS )}, 0…
1739 (1 << RTSP_LOWER_TRANSPORT_HTTPS))) { in ff_rtsp_connect()
1740 https_tunnel = !!(rt->lower_transport_mask & (1 << RTSP_LOWER_TRANSPORT_HTTPS)); in ff_rtsp_connect()