The Authentication-Info header is defined in RFC 2617 (Digest Access
Authentication).
"X-StartupProfile", /* X-StartupProfile */
"Timestamp", /* Timestamp */
+ "Authentication-Info", /* Authentication-Info */
+
NULL
};
GST_RTSP_HDR_X_STARTUPPROFILE, /* X-StartupProfile */
/* Since 0.10.24 */
- GST_RTSP_HDR_TIMESTAMP /* Timestamp */
+ GST_RTSP_HDR_TIMESTAMP, /* Timestamp */
+ /* Since 0.10.25 */
+ GST_RTSP_HDR_AUTHENTICATION_INFO, /* Authentication-Info */
+
+ GST_RTSP_HDR_LAST
} GstRTSPHeaderField;
typedef enum {