auth: add realm to make it more spec compliant

This commit is contained in:
Wim Taymans 2011-01-13 18:40:48 +01:00
parent b076933f5e
commit cd8382674d

View file

@ -147,7 +147,7 @@ default_setup_auth (GstRTSPAuth * auth, GstRTSPClient * client,
/* we only have Basic for now */
gst_rtsp_message_add_header (state->response, GST_RTSP_HDR_WWW_AUTHENTICATE,
"Basic ");
"Basic realm=\"GStreamer RTSP Server\"");
return TRUE;
}