I’m trying to get Mopidy-YouTube working.
And sometimes it actually works. But some songs just won’t play.
When using mopidy -v, the following shows up:
WARNING 2015-08-09 17:07:57,008 [2738:MainThread] mopidy.audio.actor
Could not find a audio/x-unknown decoder to handle media.
INFO 2015-08-09 17:07:57,009 [2738:MainThread] mopidy.audio.actor
You might be able to fix this by running: gst-installer “gstreamer|0.10|mopidy|audio/x-unknown decoder|decoder-audio/x-unknown, codec-id=(string)A_OPUS”
WARNING 2015-08-09 17:07:57,011 [2738:MainThread] mopidy.audio.gst
There is no codec present that can handle the stream’s type.
DEBUG 2015-08-09 17:07:57,012 [2738:MainThread] mopidy.audio.gst
gsturidecodebin.c(874): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0
ERROR 2015-08-09 17:07:57,014 [2738:MainThread] mopidy.audio.gst
Your GStreamer installation is missing a plug-in.
I installed every gstreamer package:
gstreamer0.10-*
python-gst0.10*
but the error still shows up