GNOME Bugzilla – Bug 573960
ogg stream play error
Last modified: 2009-04-16 01:29:28 UTC
Please describe the problem: When I listen ogg stream of Slovak Funradio,http://stream.funradio.sk:8000/fun128.ogg , in few minutes or few seconds, playback is aborted and Rythmbox or Totem report "internal data flow error". In VLC and Winamp this stream playing correctly. Sorry, my english is poor (low? :-)) Steps to reproduce: 1. Open stream (for example slovak funradio- http://stream.funradio.sk:8000/fun128.ogg) with Rythmbox or Totem player. 2. Listen this stream 10-300 seconds. 3. Rythmox or Totem report this: "internal data flow error" Actual results: I can not listen music of this stream, because Rythmbox or Totem report "internal data flow error" in few seconds (res. minutes) Expected results: I don't know. Does this happen every time? Yes. Other information: Screen of this bug: http://img3.imageshack.us/my.php?image=screenshotfkt.png
*** Bug 573961 has been marked as a duplicate of this bug. ***
This is most likely a chained ogg. Proper support for chained oggs has been a long-standing in GStreamer, but this should be fixed now with the decodebin2/playbin2 plugins. Totem and rhythmbox will need to be ported to use playbin2. The latest totem version in SVN (soon git) already uses playbin2, not sure about the status with rhythmbox, but I think they're working on it, so closing this bug as obsolete. (I'm sure there is a corresponding bug for rhythmbox somewhere). gst-launch-0.10 playbin2 uri=http://stream.funradio.sk:8000/fun128.ogg works fine for me with GStreamer git.