I’m new here. I’m also a raspberry newbie so please don’t yell to much at me.
Actually Pi MusicBox is the second thing I try on raspberry(after raspbian).
Everything work fine except YouTube search button. When I try to search something I get no results. Also tried stream with URL and yt:‘videoid’ way but no response.
I’ve tried other releases with youtube support but it didn’t help. I’ve searched forum but I only found that youtube magically start working again after some time(?). Also tried
pip install --upgrade mopidy-youtube
but it resulted in web client malfunction(strange?).
Here are logs from /var/log/mopidy/mopidy.log
2016-08-19 17:57:06,997 - INFO Searching Youtube for query 'metallica' 2016-08-19 17:57:07,006 - INFO Starting new HTTPS connection (1): www.googleapis.com 2016-08-19 17:57:07,958 - INFO unknown url type: unknown 2016-08-19 17:57:08,884 - INFO dashmpd 2016-08-19 17:57:09,869 - INFO dashmpd 2016-08-19 17:57:10,740 - INFO dashmpd 2016-08-19 17:57:11,648 - INFO dashmpd 2016-08-19 17:57:11,992 - INFO unknown url type: unknown 2016-08-19 17:57:12,867 - INFO dashmpd 2016-08-19 17:57:13,233 - INFO unknown url type: unknown 2016-08-19 17:57:13,594 - INFO unknown url type: unknown 2016-08-19 17:57:14,405 - INFO dashmpd 2016-08-19 17:57:14,829 - INFO unknown url type: unknown 2016-08-19 17:57:15,749 - INFO dashmpd 2016-08-19 17:57:16,527 - INFO dashmpd 2016-08-19 17:57:17,379 - INFO dashmpd 2016-08-19 17:57:17,683 - INFO unknown url type: unknown
Thanks for all help!
`
…
2016-08-22 15:32:51,979 - WARNING There is no codec present that can handle the stream’s type. Debug message: gsturidecodebin.c(874): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin15
2016-08-22 15:32:51,990 - ERROR Your GStreamer installation is missing a plug-in. Debug message: gstdecodebin2.c(3576): gst_decode_bin_expose (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin15/GstDecodeBin2:decodebin212:
no suitable plugins found
…
When I install gstreamer1.0-libav some clips, that failed without this lib, start running. Maybe some clips still not playing. Give me url and I’ll test it in my system.
Else you can rewrite SD and fix fresh system
gstreamer1.0-libav maybe unnecessary (
I suppose that problem is in aac codec in gstreamer.
In ubuntu we have gstreamer1.0-plugins-bad-faad.
Raspbian not have this packet, but faad codec is present.