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 361622 - Gstreamer gives error on http://132.230.1.29:8080/.
Gstreamer gives error on http://132.230.1.29:8080/.
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.10
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-12 05:42 UTC by Filip Palm
Modified: 2008-06-20 10:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Filip Palm 2006-10-12 05:42:15 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)
Comment 1 Tim-Philipp Müller 2006-10-12 09:07:12 UTC
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.
 
Comment 2 Christian Fredrik Kalager Schaller 2008-06-20 10:52:25 UTC
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.