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 573960 - ogg stream play error
ogg stream play error
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.21
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 573961 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-03-03 18:18 UTC by Lubos Sklenar
Modified: 2009-04-16 01:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Lubos Sklenar 2009-03-03 18:18:35 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
Comment 1 Tim-Philipp Müller 2009-03-03 18:37:26 UTC
*** Bug 573961 has been marked as a duplicate of this bug. ***
Comment 2 Tim-Philipp Müller 2009-04-16 01:29:28 UTC
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.