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 343643 - Can't handle internet radio stations
Can't handle internet radio stations
Status: RESOLVED DUPLICATE of bug 334831
Product: totem
Classification: Core
Component: general
1.4.x
Other All
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-06-02 00:02 UTC by Sam Morris
Modified: 2006-06-05 20:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Sam Morris 2006-06-02 00:02:41 UTC
Please describe the problem:
When feeding a playlist such as http://nectarine.ipsyn.net:8002/listen.pls to totem I get the message, "Totem could not play 'http://nectarine.ipsyn.net:8002/'. There is no input plugin to handle the location of this movie".

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Bastien Nocera 2006-06-02 09:49:59 UTC
Are you using the xine-lib or GStreamer backend? If you're using the xine-lib one, does removing the xine-lib gnome-vfs plugin work?
Comment 2 Sam Morris 2006-06-02 11:44:42 UTC
I'm using the xine backend. The following appears in the console:

 xine_stream_new
 video_out_xv: VO_PROP_INTERLACED(0)
 xine: found input plugin  : gnome-vfs input plugin as shipped with xine
 xine: input plugin cannot open MRL [http://nectarine.ipsyn.net:8002/]

 net_buf_ctrl: nbc_close

 net_buf_ctrl: nbc_close: done
 xine: cannot find input plugin for MRL [http://nectarine.ipsyn.net:8002/]
 ** Message: Couldn't initialize lirc.

 xine_dispose

Is there a way to disable the plugin apart from moving it out of /usr/lib/xine/plugins/1.1.1?
Comment 3 Bastien Nocera 2006-06-02 21:22:14 UTC
No, could you test without it please?
Comment 4 Sam Morris 2006-06-02 23:46:02 UTC
Sorry, I didn't mention that it works fine once the gnome-vfs plugin is removed.

This turns out to be a manifestation of bug #332816.
Comment 5 Bastien Nocera 2006-06-05 20:17:45 UTC
A dupe of bug #334831 actually.

Add "http" to the ignore_scheme[] in src/input/input_gnomevfs.c in xine-lib if you want to fix the problem right now (already in xine-lib CVS).

*** This bug has been marked as a duplicate of 334831 ***