mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +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 */
|
/* we only have Basic for now */
|
||||||
gst_rtsp_message_add_header (state->response, GST_RTSP_HDR_WWW_AUTHENTICATE,
|
gst_rtsp_message_add_header (state->response, GST_RTSP_HDR_WWW_AUTHENTICATE,
|
||||||
"Basic ");
|
"Basic realm=\"GStreamer RTSP Server\"");
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue