mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
rtspsrc: Consider 503 Service Not Available when handling broken control urls
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6213>
This commit is contained in:
parent
a827c7e2b4
commit
4db25f1500
1 changed files with 1 additions and 0 deletions
|
@ -7824,6 +7824,7 @@ gst_rtspsrc_setup_streams_start (GstRTSPSrc * src, gboolean async)
|
|||
case GST_RTSP_STS_NOT_FOUND:
|
||||
case GST_RTSP_STS_METHOD_NOT_VALID_IN_THIS_STATE:
|
||||
case GST_RTSP_STS_PARAMETER_NOT_UNDERSTOOD:
|
||||
case GST_RTSP_STS_SERVICE_UNAVAILABLE:
|
||||
/* There are various non-compliant servers that don't require control
|
||||
* URLs that are not resolved correctly but instead are just appended.
|
||||
* See e.g.
|
||||
|
|
Loading…
Reference in a new issue