Your GStreamer installation is missing a plug-in
7,162
this is what was missing...
[[email protected] ~]$ sudo tail -1 /var/log/yum.log
Nov 15 12:43:38 Installed: gstreamer-ffmpeg-0.10.11-1.el6.rf.x86_64
[[email protected] ~]$
Related videos on Youtube

Author by
alexus
Consulting | alexus.biz Dmitry Chorine | LinkedIn a1exus (a1exus) on Twitter Verify a Red Hat Certified Professional | redhat.com
Updated on September 18, 2022Comments
-
alexus 9 months
I'm having this issue with my music player (Rhythmbox Music Player) on my Linux (SL)
it says:
Couldn't start playback Your GStreamer installation is missing a plug-in
I have all plug-ins installed on my system
[[email protected] ~]$ yum list gstreamer-plugins-* Loaded plugins: refresh-packagekit http://10.52.208.221/yum/extras/repodata/repomd.xml: [Errno 14] PYCURL ERROR 7 - "couldn't connect to host" Trying other mirror. Installed Packages gstreamer-plugins-bad-free.i686 0.10.19-2.el6 @sl gstreamer-plugins-bad-free.x86_64 0.10.19-2.el6 @anaconda-ScientificLinux-201107271550.x86_64 gstreamer-plugins-bad-free-extras.i686 0.10.19-2.el6 @sl gstreamer-plugins-bad-free-extras.x86_64 0.10.19-2.el6 @sl gstreamer-plugins-base.i686 0.10.29-1.el6 @sl gstreamer-plugins-base.x86_64 0.10.29-1.el6 @anaconda-ScientificLinux-201107271550.x86_64 gstreamer-plugins-good.i686 0.10.23-1.el6 @sl gstreamer-plugins-good.x86_64 0.10.23-1.el6 @anaconda-ScientificLinux-201107271550.x86_64 Available Packages gstreamer-plugins-bad-free-devel.i686 0.10.19-2.el6 sl gstreamer-plugins-bad-free-devel.x86_64 0.10.19-2.el6 sl gstreamer-plugins-bad-free-devel-docs.x86_64 0.10.19-2.el6 sl gstreamer-plugins-base-devel.i686 0.10.29-1.el6 sl gstreamer-plugins-base-devel.x86_64 0.10.29-1.el6 sl gstreamer-plugins-base-devel-docs.noarch 0.10.29-1.el6 sl gstreamer-plugins-good-devel.i686 0.10.23-1.el6 sl gstreamer-plugins-good-devel.x86_64 0.10.23-1.el6 sl [[email protected] ~]$
the only packages that are missing is devel packages... any ideas?
-
Patches over 11 yearsWhat type of file are you trying to play?
-
alexus over 11 yearsmp3(mpeg), trying to stream music from Last.fm
-