question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Your GStreamer installation is missing a plug-in

See original GitHub issue

I get this error when mopidy play this video https://youtu.be/uISfZEdqdAM

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

Ubuntu 14.04 x64 Pafy 0.3.74 Plugins:

user@mail:~# apt-cache search -n gstreamer0.10-plugins
gstreamer0.10-plugins-base - GStreamer plugins from the "base" set
gstreamer0.10-plugins-base-apps - GStreamer helper programs from the "base" set
gstreamer0.10-plugins-base-dbg - GStreamer plugins from the "base" set
gstreamer0.10-plugins-base-doc - GStreamer documentation for plugins from the "base" set
gstreamer0.10-plugins-good - GStreamer plugins from the "good" set
gstreamer0.10-plugins-good-dbg - GStreamer plugins from the "good" set
gstreamer0.10-plugins-good-doc - GStreamer documentation for plugins from the "good" set
gstreamer0.10-plugins-bad-multiverse - GStreamer plugins from the "bad" set (Multiverse Variant)
gstreamer0.10-plugins-bad-multiverse-dbg - GStreamer plugins from the "bad" set (Multiverse Variant)
gstreamer0.10-plugins-bad - GStreamer plugins from the "bad" set
gstreamer0.10-plugins-bad-dbg - GStreamer plugins from the "bad" set (debug symbols)
gstreamer0.10-plugins-bad-doc - GStreamer documentation for plugins from the "bad" set
gstreamer0.10-plugins-cutter - Cutter GStreamer plugin
gstreamer0.10-plugins-ugly - GStreamer plugins from the "ugly" set
gstreamer0.10-plugins-ugly-dbg - GStreamer plugins from the "ugly" set (debug symbols)
gstreamer0.10-plugins-ugly-doc - GStreamer documentation for plugins from the "ugly" set

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
basisbitcommented, Feb 12, 2017

as this is still the first thing that google forwards to when people search for this error, here a solution for Mopidy 2 and gstreamer 1:

apt-get install gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad

1reaction
robotronocommented, Sep 28, 2015
apt-get install gstreamer0.10 gstreamer0.10-plugins-bad gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer1.0 gstreamer0.10-plugins-bad

Same problem…

Read more comments on GitHub >

github_iconTop Results From Across the Web

What to do when a plugin is missing - GStreamer
Except for reporting the missing plugins, no further policy is enforced at the GStreamer level. It is up to the application to decide...
Read more >
GStreamer installation is missing a plug-in - Stack Overflow
To install the missing codecs, you sould run the following command on a terminal (Or adding ubuntu-restricted-extras as a dependency on your ......
Read more >
Your GStreamer installation is missing a plug-in. - code : 12
I try to run on ubunutu 20.04 my swing dev running on windows 10 with no issue. gstreamer is install and in the...
Read more >
Error : Your GStreamer installation is missing a plug-in #524
I am using : Raspberry Pi 3; Rapsbian Stretch; MATRIX Voice board as microphone array from MATRIX Labs (portaudio support). I currently have...
Read more >
How to fix Missing plugin: gstreamer on Ubuntu 18.04 Bionic ...
Solution. There are missing multimedia extras plugins on your system. The fix is easy as execution of the following linux command. Open up ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found