<html><head></head><body><div>On Sun, 2023-01-29 at 23:13 -0500, Scot Zarkiewicz via gstreamer-devel wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">I have an RTSP Server that works fine with VLC, here is URL that VLC requests;</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">SETUP rtsp://<a href="http://192.168.0.200:554/live/b4751f6b-0f49-4913-9531-ad5f836e1afd/TrackId=0">192.168.0.200:554/live/b4751f6b-0f49-4913-9531-ad5f836e1afd/TrackId=0</a> RTSP/1.0\r\n<br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br>But when using rtpsrc the SETUP URL does not contain the base URL but instead looks like this:</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">SETUP rtsp://<a href="http://192.168.0.200:554/live/TrackId=0">192.168.0.200:554/live/TrackId=0</a> RTSP/1.0\r\n<br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Has anybody run into an issue like this before?  </div></div></blockquote><div><br></div><div>This sounds like your server fails to handle URLs correctly, which unfortunately is the case for many RTSP servers.</div><div>Can you share the DESCRIBE response, including SDP and headers? And also which kind of RTSP server that is?</div><div><br></div><div>This is most likely fixed with 1.22.0 / 1.20.5 via a workaround that tries the wrong SETUP URL if the correct one fails.</div><div><br></div><div>See <a href="https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3127">https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3127</a> for background.</div><div><br></div><div>Note that there's a follow-up fix in <a href="https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3414">https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3414</a></div><div><br></div><div><span><pre>-- <br></pre><div><div><span style="font-family: Calibri, sans-serif; font-size: 14.666667px;">Sebastian Dröge, Centricular Ltd · </span><a href="https://www.centricular.com/" title="Click to open https://www.centricular.com/" style="color: rgb(0, 0, 238); font-family: Calibri, sans-serif; font-size: 14.666667px;">https://www.centricular.com</a></div></div></span></div></body></html>