[Gstreamer-bugs] [Bug 135101] New - shoutcast playback unreliable

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Feb 21 20:49:00 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=135101

Changed by dcharno at comcast.net.

--- shadow/135101	Sat Feb 21 23:49:00 2004
+++ shadow/135101.tmp.7431	Sat Feb 21 23:49:00 2004
@@ -0,0 +1,47 @@
+Bug#: 135101
+Product: GStreamer
+Version: 0.7.4
+OS: Linux
+OS Details: Fedora Core 1
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: don't know
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: dcharno at comcast.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: shoutcast playback unreliable
+
+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).




More information about the Gstreamer-bugs mailing list