LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-30-2014, 02:16 AM   #1
yogesh_attarde
Member
 
Registered: Jan 2010
Posts: 82

Rep: Reputation: 1
Movie player requires additional plugin (Microsoft MPEG 4.4.3 Decoder)


Hi All,

I am running RHEL6.2, when I try to open any video file I am getting below attached error (Movie player requires additional plugin (Microsoft MPEG 4.4.3 Decoder). When I open movie player from terminal it gives below messages on terminal.

Quote:
** Message: Error: Your GStreamer installation is missing a plug-in.
gstdecodebin2.c(2943): gst_decode_bin_expose (): /GstPlayBin2lay/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20:
no suitable plugins found
** Message: Missing plugin: gstreamer|0.10|totem|Microsoft MPEG-4 4.3 decoder|decoder-video/x-msmpeg, msmpegversion=(int)43 (Microsoft MPEG-4 4.3 decoder)
** Message: PackageKit: xid = 79691780
** Message: PackageKit: Codec nice name: Microsoft MPEG-4 4.3 decoder
** Message: PackageKit: field is: msmpegversion, type: gint
** Message: PackageKit: structure: gstreamer0.10(decoder-video/x-msmpeg)(msmpegversion=43)()(64bit)

Could you please let me know where I can get Microsoft MPEG decoder?

Regards,
Yogesh
Attached Thumbnails
Click image for larger version

Name:	MoviePlayerError.png
Views:	102
Size:	17.9 KB
ID:	15632  

Last edited by yogesh_attarde; 05-30-2014 at 04:01 AM.
 
Old 05-30-2014, 03:42 AM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
can you try playing that file with vlc media player?
 
Old 05-30-2014, 03:57 AM   #3
yogesh_attarde
Member
 
Registered: Jan 2010
Posts: 82

Original Poster
Rep: Reputation: 1
I tried with mplayer and is playing fine. I cannot install vlc player in Linux.


Regards,
Yogesh
 
Old 05-30-2014, 12:36 PM   #4
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
Quote:
I cannot install vlc player in Linux
i play videos with vlc on ubuntu linux and im pretty sure that you can do the same on RHEL
 
Old 05-30-2014, 04:31 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
what repos are installed and turned on ?
to see run
Code:
su -
yum repolist all
the multimedia is in the rpmforge repo or the epel
Warning:
BUT BE VERY!!!!! CAREFUL !!!
those repos can be incompatible with RHN !!!!!
so install and CONFIGURE!!! yum-priorites plugin!!!!!!


as to VLC
for the older 6.2 there is the old vlc1 in the repos
now there is a different repo for VLC2

i would install Mplayer and use the "all-20110131.tar.bz2" codec package from the mplayer site
http://www.mplayerhq.hu/design7/news.html
http://www.mplayerhq.hu/MPlayer/releases/codecs/
 
Old 06-02-2014, 12:14 AM   #6
yogesh_attarde
Member
 
Registered: Jan 2010
Posts: 82

Original Poster
Rep: Reputation: 1
Thanks all for the replies.

For some reason I don't want to install vlc player.

Quote:
# yum repolist all
Loaded plugins: fastestmirror, product-id, refresh-packagekit, rhnplugin,
: security, subscription-manager
Updating certificate-based repositories.
Loading mirror speeds from cached hostfile
* epel: epel.mirror.net.in
repo id repo name status
epel Extra Packages for Enterprise Linux 6 enabled: 10,893
epel-debuginfo Extra Packages for Enterprise Linux 6 disabled
epel-source Extra Packages for Enterprise Linux 6 disabled
epel-testing Extra Packages for Enterprise Linux 6 disabled
epel-testing-debuginfo Extra Packages for Enterprise Linux 6 disabled
epel-testing-source Extra Packages for Enterprise Linux 6 disabled
rhel-source Red Hat Enterprise Linux $releasever - disabled
rhel-source-beta Red Hat Enterprise Linux $releasever B disabled
rhel-x86_64-workstation-6 Red Hat Enterprise Linux Workstation ( enabled: 13,498
repolist: 24,391
Quote:
i would install Mplayer and use the "all-20110131.tar.bz2" codec package from the mplayer site
I installed mplayer and is working fine, but for some testing I wanted to have default movie player.

But still movie player is not working...

Last edited by yogesh_attarde; 06-02-2014 at 12:20 AM.
 
Old 06-02-2014, 12:30 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
then enable rpmforge
but be VERY VERY careful with that repo
the redhat install instructions are the same as for CentOS 6.5

repos
http://wiki.centos.org/AdditionalResources/Repositories

and gstreamer
-- cent is using the REDHAT docs for 6
the cent/rhel5 guide
http://wiki.centos.org/TipsAndTricks...28gstreamer%29


BUT

you can port the guide for fedora to be used on RHEL
http://www.mjmwired.net/resources/mjm-fedora-f19.html
but you have to PORT the instructions to rhel6
replace rpmfusion with rpmforge for one

media players
http://www.mjmwired.net/resources/mj...l#mediaplayers
and codecs ( you did )
http://www.mjmwired.net/resources/mj...l#binarycodecs
dvd support
http://www.mjmwired.net/resources/mj...html#libdvdcss


also see the redhat knowledgebase
https://access.redhat.com/site/knowledgebase/
the FULL instructions are in there
 
Old 06-02-2014, 02:10 AM   #8
yogesh_attarde
Member
 
Registered: Jan 2010
Posts: 82

Original Poster
Rep: Reputation: 1
Thanks John,

Installing rpm forge from
Code:
http://wiki.centos.org/AdditionalResources/Repositories/RPMForge
and running
Code:
#yum install gstreamer*
does the trick for me.

Regards,
Yogesh
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Python 2.7- minimal requires additional plugin herakles_14 Ubuntu 3 10-09-2013 10:39 AM
My movie player need ASF plugin i can't play WMV video files? Alhaytham Linux - Newbie 2 06-17-2012 11:17 AM
Adobe Acrobate Reader Requires A Plugin-That Requires Open LDAP That Requires Berkely Old_Fogie Slackware 10 05-08-2006 05:04 AM
4m where do i get audio I/O Input plugin MPEG layer 1/2/3/ Player 1.2.10 mudda_steven Linux - Software 0 11-08-2004 10:09 AM
Mpeg Movie Player? fuelinjection Linux - Software 7 05-03-2004 07:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration