YunoHost-Apps / mopidy_ynh

Mopidy package for YunoHost
http://www.mopidy.com
Apache License 2.0
4 stars 8 forks source link

YouTube extension not working #36

Open jose1711 opened 2 years ago

jose1711 commented 2 years ago

Describe the bug

I enabled API usage (+ key) for YouTube extension, then tried to play a few results. The playback never started and instead I received the following errors:

Jun 02 00:12:35 mopidy[20230]: WARNING  [MainThread] mopidy.audio.actor Could not find a MPEG-4 AAC decoder to handle media.
Jun 02 00:12:35 mopidy[20230]: WARNING  [MainThread] mopidy.audio.gst GStreamer warning: No decoder available for type 'audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)12100000000000000000000000000000, rate=(int)44100, channels=(int)2'.
Jun 02 00:12:35 mopidy[20230]: ERROR    [MainThread] mopidy.audio.gst GStreamer error: Your GStreamer installation is missing a plug-in.

As I installed libavcodec58 the problem disappeared. (not really, it works for some videos and does not work for other)

Context