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 135101 - shoutcast playback unreliable
shoutcast playback unreliable
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
0.7.4
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-22 04:48 UTC by dcharno
Modified: 2005-06-30 15:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-debug-level=5 output (21.42 KB, text/plain)
2004-04-03 16:42 UTC, dcharno
Details

Description dcharno 2004-02-22 04:48:58 UTC
can not reliable play shoutcast streams using the following command line:

  $ gst-launch-0.7 gnomevfssrc=location=http://foobar ! mad ! osssink

This works about 30% of the time.  The remainder of the time audio plays
for just a fraction of a second, then stops.  Several stations were tried,
including:

   http://64.236.34.97:80/stream/1040
   http://64.62.253.214:8926

One thing I noticed, is that when it does not play, the number of
iterations reported when gst-launch closes is much here than when it does
play. For example, the following worked:

  $ gst-launch-0.7 gnomevfssrc location=http://64.62.253.214:8926 ! mad !
osssink
  RUNNING pipeline ...
  Caught interrupt.
  Execution ended after 9 iterations (sum 3002827000 ns, average 333647444
ns, min 8210000 ns, max 533901000 ns).

The following did not work:

  $ gst-launch-0.7 gnomevfssrc location=http://64.62.253.214:8926 ! mad !
osssink
  RUNNING pipeline ...
  Caught interrupt.
  Execution ended after 72 iterations (sum 1729820000 ns, average 24025277
ns, min 7049000 ns, max 107753000 ns).
Comment 1 David Schleef 2004-03-09 20:40:46 UTC
I can't reproduce this.
Comment 2 Benjamin Otte (Company) 2004-04-03 00:00:24 UTC
me neither, marking NEEDINFO
Comment 3 David Schleef 2004-04-03 02:50:29 UTC
> I could reproduce it with  http://64.236.34.97:80/stream/1040 just now.
> 
> Any sort of debugging or other information which would be helpful?

run the launch line with --gst-debug-level=5, and attach the output.
Comment 4 dcharno 2004-04-03 16:42:25 UTC
Created attachment 26288 [details]
gst-debug-level=5 output

$gst-launch-0.7 --gst-debug-level=5 gnomevfssrc
location=http://64.236.34.97:80/stream/1040 ! mad ! osssink &> gst-log.txt
Comment 5 Christian Fredrik Kalager Schaller 2004-11-25 18:12:08 UTC
moving this from needinfo to open as we now have info. Could be that latest
fixes has solved this so dcharno please test with latest gstreamer release if
possible.
Comment 6 Stephane Loeuillet 2004-12-12 22:12:19 UTC
http://64.236.34.97:80/stream/1040 => works (a AOL streaming service)
http://64.62.253.214:8926 => this hosts does not respond/is offline

tried with alsasink, using provided gst-launch syntax, totem and rhythmbox
(latest CVS for gstreamer and totem, latest release for rhythmbox)