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 518466 - rtspsrc gets response 461 " Unsupported transport"
rtspsrc gets response 461 " Unsupported transport"
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.7
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-24 19:29 UTC by Pizpot Gargravarr
Modified: 2008-02-24 19:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pizpot Gargravarr 2008-02-24 19:29:48 UTC
I'm trying to open Real Audio stream from BBS site:

gst-launch-0.10 rtspsrc location=rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/worldservice/livenews_v8.ra?BBC-UID=b4f6a674c9c9bc88c34975ce81d96bcf8be2ace3b0b04191a2e2e363f4c4b5d5&SSO2-UID= debug=true ! fakesink

At the end of negotiation the server replies:
   code:   '461'
   reason: 'Unsupported transport'

Below is the last request/response pair: 

RTSP request message 0xbfc5a458
 request line:
   method: 'SETUP'
   uri:    'rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/worldservice/livenews_v8.ra?BBC-UID=b4f6a674c9c9bc88c34975ce81d96bcf8be2ace3b0b04191a2e2e363f4c4b5d5&SSO2-UID=/streamid=0'
   version: '1.0'
 headers:
   key: 'Transport', value: 'RTP/AVP/UDP;unicast;client_port=32780-32781,RTP/AVP/UDP;multicast,RTP/AVP/TCP;unicast;interleaved=0-1'
 body:
RTSP response message 0xbfc5a43c
 status line:
   code:   '461'
   reason: 'Unsupported transport'
   version: '1.0'
 headers:
   key: 'CSeq', value: '2'
   key: 'Date', value: 'Sun, 24 Feb 2008 18:50:28 GMT'
 body: length 0
ERROR: Pipeline doesn't want to pause.
ERROR: from element /pipeline0/rtspsrc0: The stream is in the wrong format.
Additional debug info:
gstrtspsrc.c(3785): gst_rtspsrc_setup_streams (): /pipeline0/rtspsrc0:
No supported stream was found.
Comment 1 Pizpot Gargravarr 2008-02-24 19:47:02 UTC
My bad. Once I installed the ugly plugins it started to work.