Wenn Rhythmbox (eigentlich gstreamer) das Abspielen von Radiostreams verweigert und die Fehlermeldung wie „http: unkown plugin …“, „Unkown Playback error“ ausgibt, dann fehlt was – nur was. 🙁
Das war die Lösung:
apt-get install libgnomevfs2-extra
Warum auch immer – braucht man dieses Paket, um Radio Streams über Rhythmbox abzuspielen. Das eigentlich Problem liegt in dem gstreamer Plugin: gstreamer0.10-gnomevfs. Natürlich kommt man nicht drauf und nur eine sehr intensive Suche und viel Verzweiflung haben mich auf diese Lösung gebracht.
Mögliche Fehlermeldungen(z.B. für Suchmaschinen):
- „A HTTP protocol source plugin is required to play this stream, but not installed.“
- GST_ERROR_SYSTEM gstelement.c:1619:gst_element_message_full:<playbin> posting message: A HTTP protocol source plugin is required to play this stream, but not installed.
- WARN playbasebin gstplaybasebin.c:1602:gen_source_element:<playbin> error: A HTTP protocol source plugin is required to play this stream, but not installed.
- [rb_shell_player_error] rb-shell-player.c:2776: playback error while playing: A HTTP protocol source plugin is required to play this stream, but not installed.
Dieses Problem düfte unter Debian (SID / Lenny / …) und Ubuntu auftreten. Da wurden wohl eineige tiefe Abhängigkeiten nicht ganz aufgelöst. 🙁
Lösung hier gefunden:
- http://bugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=424753