GNOME Bugzilla – Bug 361622
Gstreamer gives error on http://132.230.1.29:8080/.
Last modified: 2008-06-20 10:52:25 UTC
The browser-plugin don't get started when it tries to play: URL: http://132.230.1.29:8080/ The stream don't play in Totem but play fine in MPlayer. GST_DEBUG=*:2 gst-launch-0.10 playbin uri=: Ställer in rörledningen till PAUSED... 0:00:00.256035000 26706 0x8051a08 WARN gnomevfssrc gstgnomevfssrc.c:853:gst_gnome_vfs_src_start:<source> error: Could not open vfs file "http://132.230.1.29:8080/" for reading: Operationen stöds inte 0:00:00.256415000 26706 0x8051a08 WARN GST_PADS gstpad.c:671:gst_pad_set_active: Failed to activate pad source:src FEL: Rörledningen vill inte göra paus. FEL: från element /playbin0/source: Kunde inte öppna resursen för läsning. Ytterligare felsökningsinformation: gstgnomevfssrc.c(853): gst_gnome_vfs_src_start (): /playbin0/source: Could not open vfs file "http://132.230.1.29:8080/" for reading: Operationen stöds inte Ställer in rörledningen till NULL... FRIGÖR rörledning... Other information: Ubuntu Edgy Eft, Totem-CVS(Gstreamer) and gstreamer-plugins-*(+win32codec)
In mplayer this happens: STREAM_HTTP(1), URL http://132.230.1.29:8080/ .... Server returned 400: Bad Request STREAM_ASF, URL http://132.230.1.29:8080/ .... whatever that means exactly (does it send additional http headers or is it an mms stream?). mms://132.230.1.29:8080/ works fine for me in totem.
gst-launch isn't meant to be a full fledged command line player, so it do not support playlist parsing for instance. If it works in Totem then there is no bug.