Your GStreamer installation is missing a plug-in
See original GitHub issueI 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:
- Created 8 years ago
- Comments:15 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
Same problem…