After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 625824 - rtspsrc: No supported authentication protocol was found
rtspsrc: No supported authentication protocol was found
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-02 12:52 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2011-08-09 09:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2010-08-02 12:52:13 UTC
pipelines like these worked a while ago (I used it the last time on the 08. July): 

gst-launch-0.10 rtspsrc location=rtsp://stream.yle.mobi/yle/areena/MEDIA_E0329814_p3.mp4 protocols="tcp" name=s mp4mux name=m ! filesink location=2010.07.14.Mennään\ sirkukseen.mp4 s. ! queue ! rtpmp4adepay ! aacparse ! progressreport ! m. s. ! queue ! rtph264depay ! h264parse output-format=sample ! m.


but now I am getting:

Setting pipeline to PAUSED ...
0:00:03.170983973  5108  0x804f018 WARN                 rtspsrc gstrtspsrc.c:4138:gst_rtspsrc_setup_auth:<s> error: No supported authentication protocol was found
0:00:03.171143755  5108  0x804f018 WARN                 rtspsrc gstrtspsrc.c:4405:gst_rtspsrc_send:<s> error: Got error response: 401 (Unauthorized).
0:00:03.171227557  5108  0x804f018 WARN                 rtspsrc gstrtspsrc.c:5374:gst_rtspsrc_open:<s> can't get sdp
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:s: Could not open resource for reading.
Additional debug info:
gstrtspsrc.c(4138): gst_rtspsrc_setup_auth (): /GstPipeline:pipeline0/GstRTSPSrc:s:
No supported authentication protocol was found
Setting pipeline to NULL ...

It does not seem to be a regression, but rather a server side change.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2010-08-02 12:57:03 UTC
The above pipeline only works with the patch on Bug #625825 applied.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2011-02-09 11:20:55 UTC
This seems to be an issue on the server side. Trying again a bit later seems to make it work. I believe it just the error message that is somewhat misleading here.
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2011-08-09 09:43:27 UTC
I don't care about the issue anymore.