Coder Social home page Coder Social logo

Comments (7)

jghibiki avatar jghibiki commented on June 2, 2024

I am seeing this same audio/x-unknown issue for this video as well. Other videos however play just fine (with an occasional hiccup like this one).

I am seeing this issue on Debian GNU/Linux 7.

The actual output from mopidy is:

WARNING  Could not find a audio/x-unknown decoder to handle media.
WARNING  There is no codec present that can handle the stream's type.
ERROR    Your GStreamer installation is missing a plug-in.

from mopidy-youtube.

dz0ny avatar dz0ny commented on June 2, 2024

ERROR Your GStreamer installation is missing a plug-in.

That means you need to install gstreamer-plugins-{bad,ugly,unsupported...} the best is to install all plugins that there are for GStreamer :)

from mopidy-youtube.

jghibiki avatar jghibiki commented on June 2, 2024

@dz0ny I tried that to no avail.

from mopidy-youtube.

khilangudka avatar khilangudka commented on June 2, 2024

Yes I also tried installing every gstreamer plugin but it still didn't help. I think the problem is that the mime type is audio/x-unknown and so it can't find a plugin for it?

from mopidy-youtube.

jodal avatar jodal commented on June 2, 2024

If you're installing GStreamer from Homebrew, there's lots of optional dependencies that are not included by default. The mopidy/mopidy/mopidy Homebrew formula does a good job at install GStreamer with a long list of useful extras, ref. https://github.com/mopidy/homebrew-mopidy/blob/17b1d11924005fd34e6a0f602589b721b0cc2f1d/mopidy.rb#L10-L36

Thus, I'd recommend uninstalling GStreamer and installing mopidy/mopidy/mopidy to let it handle the optional GStreamer parts:

brew uninstall gst-plugins-base010 gst-plugins-good010 gst-plugins-bad010 gst-plugins-ugly010
brew install mopidy/mopidy/mopidy

from mopidy-youtube.

khilangudka avatar khilangudka commented on June 2, 2024

That appears to have fixed it for me.

Thanks!

from mopidy-youtube.

jodal avatar jodal commented on June 2, 2024

Great! :-)

from mopidy-youtube.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.