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 346076 - playbin hangs after first song of an internet radio stream
playbin hangs after first song of an internet radio stream
Status: RESOLVED DUPLICATE of bug 320984
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.6
Other All
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-28 06:04 UTC by John Millikin
Modified: 2006-06-28 08:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description John Millikin 2006-06-28 06:04:37 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.
Comment 1 Tim-Philipp Müller 2006-06-28 08:41:05 UTC
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 ***