GNOME Bugzilla – Bug 518466
rtspsrc gets response 461 " Unsupported transport"
Last modified: 2008-02-24 19:47:02 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.
My bad. Once I installed the ugly plugins it started to work.