[Bug 29959] Can't play mp3 streams from www.di.fm anymore

Sander van Loon svloon at xs4all.nl
Wed Mar 15 14:47:19 UTC 2006


Public bug report changed:
https://launchpad.net/malone/bugs/29959

Task: ubuntu gstreamer0.10
         Status: Fix Released => Confirmed

Comment:
I was about to report a bug on the Rhythmbox troubles with di.fm as well, but fortunately this turned up as the first result in the search. I hope that it's ok if I reopen this bug again, because I still have some problems.

I verified in Synaptic that I have GStreamer 0.10.4 installed, which should have fixed this.

What I have done is the following:

1. Open Epiphany, go to di.fm and download the pls file for their Trance radio channel (the first radio channel from the top of the list) http://di.fm/mp3/trance.pls
2. After it's downloaded Rhythmbox will automatically open that pls and add the radio streams. When I try to play them in Rhythmbox, they won't play, and all the four entries for the Trance radio channel will have that icon, a red circle with a white bar in it, in front of them.
3. Then I opened the pls file with gedit to get the URL's of the streams. Then I used those URL's with the gst-launch-0.10 command in the terminal, the terminal output is as follows:



sander at ubuntu:~$ gst-launch-0.10 playbin uri=http://64.236.34.97:5190/stream/1003
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /playbin0/source: Resource not found.
Additional debug info:
gstgnomevfssrc.c(1202): gst_gnome_vfs_src_start (): /playbin0/source:
Could not open vfs file "http://64.236.34.97:5190/stream/1003" for reading: File not found
Setting pipeline to NULL ...
FREEING pipeline ...
sander at ubuntu:~$ gst-launch-0.10 playbin uri=http://64.236.34.97:80/stream/1003 Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /playbin0/source: Resource not found.
Additional debug info:
gstgnomevfssrc.c(1202): gst_gnome_vfs_src_start (): /playbin0/source:
Could not open vfs file "http://64.236.34.97:80/stream/1003" for reading: File not found
Setting pipeline to NULL ...
FREEING pipeline ...
sander at ubuntu:~$ gst-launch-0.10 playbin uri=http://64.236.34.4:5190/stream/1003Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /playbin0/source: Resource not found.
Additional debug info:
gstgnomevfssrc.c(1202): gst_gnome_vfs_src_start (): /playbin0/source:
Could not open vfs file "http://64.236.34.4:5190/stream/1003" for reading: File not found
Setting pipeline to NULL ...
FREEING pipeline ...
sander at ubuntu:~$ gst-launch-0.10 playbin uri=http://64.236.34.4:80/stream/1003 Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /playbin0/source: Resource not found.
Additional debug info:
gstgnomevfssrc.c(1202): gst_gnome_vfs_src_start (): /playbin0/source:
Could not open vfs file "http://64.236.34.4:80/stream/1003" for reading: File not found
Setting pipeline to NULL ...
FREEING pipeline ...
sander at ubuntu:~$




More information about the desktop-bugs mailing list