mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
auth: add realm to make it more spec compliant
This commit is contained in:
parent
b076933f5e
commit
cd8382674d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue