[FFmpeg-devel] [PATCH v1 2/2] avformat/rtsp.h: Add https tunneling support for RTSP

Jun Li junli1026 at gmail.com
Fri Mar 22 00:24:44 EET 2019


Add new enum for RTSP/RTP HTTPS tunneling. Tested on Axis and
Bosch cameras.
---
 libavformat/rtsp.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 9a7f366b39..b49278fc20 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -42,6 +42,7 @@ enum RTSPLowerTransport {
     RTSP_LOWER_TRANSPORT_HTTP = 8,          /**< HTTP tunneled - not a proper
                                                  transport mode as such,
                                                  only for use via AVOptions */
+    RTSP_LOWER_TRANSPORT_HTTPS,             /**< HTTPS tunneled */
     RTSP_LOWER_TRANSPORT_CUSTOM = 16,       /**< Custom IO - not a public
                                                  option for lower_transport_mask,
                                                  but set in the SDP demuxer based
-- 
2.17.1



More information about the ffmpeg-devel mailing list