GNOME Bugzilla – Bug 346076
playbin hangs after first song of an internet radio stream
Last modified: 2006-06-28 08:41:05 UTC
Please describe the problem: When trying to play an Ogg Vorbis radio stream from my media server, playbin will hang after the first song has completed. Steps to reproduce: 1. Use the commandline "gst-launch playbin uri=${ADDRESS}", with ADDRESS being the URL of a radio stream. In my case, this is http://192.168.1.110:8000/radio.ogg" 2. Wait until the first song has finished playing Actual results: gst-launch will hang Expected results: gst-launch should play the next song in the sequence Does this happen every time? Yes Other information: I tried to run gst-launch in gdb for a backtrace, but got the error message "Cannot remove breakpoints because program is no longer writable. It might be running in another process. Further execution is probably impossible." If somebody can point me to a guide to getting a proper backtrace, I will create one and post it.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. (gdb won't work right with gst-launch, since it's just a wrapper program. It should work if you use gdb gst-launch-0.10 instead. A stack trace is not required though, it's a known problem). *** This bug has been marked as a duplicate of 320984 ***