diff options
Diffstat (limited to 'gst/rtsp/rtspdefs.c')
-rw-r--r-- | gst/rtsp/rtspdefs.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/rtsp/rtspdefs.c b/gst/rtsp/rtspdefs.c index 0e760940..706e5aad 100644 --- a/gst/rtsp/rtspdefs.c +++ b/gst/rtsp/rtspdefs.c @@ -122,6 +122,13 @@ static const gchar *rtsp_headers[] = { "User-Agent", /* User-Agent R opt. all */ "Via", /* Via g opt. all */ "WWW-Authenticate", /* WWW-Authenticate r opt. all */ + + /* Real extensions */ + "ClientChallenge", /* ClientChallenge */ + "RealChallenge1", /* RealChallenge1 */ + "RealChallenge2", /* RealChallenge2 */ + "Subscribe", /* Subscribe */ + NULL }; |