]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
avformat/rtsp: Add https tunneling support
[ffmpeg] / libavformat / rtsp.h
index 9a7f366b39290a551a7e8380279a96b45e23e64f..b49278fc203398840f00a31afea9ecb057456e89 100644 (file)
@@ -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