From: Sebastian Dröge Date: Tue, 31 Jan 2023 14:56:18 +0000 (+0200) Subject: rtspsrc: Also consider "Method Not Valid In This State" error in broken control URL... X-Git-Tag: 1.22.7~515 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ce76c43cb49356745998050d20225c0742d5045;p=platform%2Fupstream%2Fgstreamer.git rtspsrc: Also consider "Method Not Valid In This State" error in broken control URL handling workaround Some servers send a 455 error instead of any reasonable error when using a correctly constructed control URL. Part-of: --- diff --git a/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c b/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c index 2f98052..332ef18 100644 --- a/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c +++ b/subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c @@ -7720,6 +7720,7 @@ gst_rtspsrc_setup_streams_start (GstRTSPSrc * src, gboolean async) goto retry; case GST_RTSP_STS_BAD_REQUEST: case GST_RTSP_STS_NOT_FOUND: + case GST_RTSP_STS_METHOD_NOT_VALID_IN_THIS_STATE: /* 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.