GNOME Bugzilla – Bug 319449
RealAudio over RTSP not working
Last modified: 2009-06-05 11:05:34 UTC
Please describe the problem: GStreamer refuses to play a RealAudio ".rm" file streamed over RTSP even though it can play the same file if streamed over HTTP or read from local disk instead. Among the various GStreamer plugins installed, there is indeed one which claims to understand RTSP. Steps to reproduce: Try to play an episode of the NPR program "This American Life", such as <http://www.thislife.org/ra/49.ram>. This file is a playlist which points to <rtsp://a1769.v18544.c1854.g.vr.akamaistream.net/ondemand/7/1769/1854/1115330241/www.wbez.org/ta/49.rm>, an Akamai'ed RTSP stream. If the end part of that looks like a URL to you, you'd be right. You can connect to <http://www.wbez.org/ta/49.rm> directly, and GStreamer will happily play it. Actual results: Expected results: Does this happen every time? Other information: I'm using Ubuntu 5.10 on x86 with gst-ffmpeg from the "multiverse" repository (hope I got the version right; not sitting in front of it at the moment).
RTSP is not supported in 0.8, even though we have some half-assed code for that. Moving to 0.9.x, where there's actual work going on in this area.
Still no RTSP solution in 0.10 afaik.
General RTSP support is still on the TODO list, with the current work being done on decodebin/playbin this is inching slowly forward.
*** Bug 345392 has been marked as a duplicate of this bug. ***
We realy need normal rtsp support.
*** Bug 353262 has been marked as a duplicate of this bug. ***
Bug 346840 offers a plugin to handle .rm files. Bug 341752 offers a patch for the rtsp element to support real servers and includes a patch for the playbin element. Bug 341524 offers a patch that may be necessary in this context (handling of elements where the caps can only be determined while the pipeline is running).
*** Bug 362367 has been marked as a duplicate of this bug. ***
*** Bug 432607 has been marked as a duplicate of this bug. ***
*** Bug 435222 has been marked as a duplicate of this bug. ***
*** Bug 546740 has been marked as a duplicate of this bug. ***
Div, I'm pretty sure real/rtsp works fine nowadays in GStreamer. Can you try again with latest releases of all gstreamer modules ?
This works fine for me these days, closing.
Yes, I can play stream from http://www.npr.org/templates/story/story.php?storyId=1136921 pretty well.