From 0f3099ef5cd2fe4adde86fbd501e0a78e45f29e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 24 Feb 2024 11:07:26 +0000 Subject: [PATCH] rtspsrc: Consider 503 Service Not Available when handling broken control urls Part-of: --- subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c b/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c index d9cafc9bd0..4dfdfe0c72 100644 --- a/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c +++ b/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c @@ -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.