I suggest to read the entire thread so you can understand the process. I will be using atrpms repo to install all the components for mplayer. Do NOT mix with Livna's and freshrpm's. UPDATE: YOU MAY NEED TO INSTALL THE libdc1394_control.so.13 DEPENDENCY FOR FC 4.If you dont have atrpms repo just added to you list.
UPDATED for fedora core 5
TIP 1: Disable all the other repos for faster installation and only enable atrmps.
TIP 2: If you are getting this: Error opening/initializing the selected video_out (-vo)device error when you run mplayer for the first time, open terminal and run this command:
and play your file. REMEMBER this only applies after installing mplayer and codecs.Code:gmplayer -vo x11 -ao oss
Open terminal, become root and run:and add these lines:Code:gedit /etc/yum.repos.d/atrpms.repoand click on SAVE.[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/fc$releasever-$basearch/atrpms/stable
enabled=1
gpgcheck=1
Import the key:IF, for any reason you dont want to use atrpms repositories you can also use freshrpms for the installation. For fedora core 5 users just run:Code:rpm --import http://atrpms.net/RPM-GPG-KEY.atrpmsCode:rpm -ivh http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/5/freshrpms- release/freshrpms-release-1.1-1.fc.noarch.rpm
Run these commands to install all mplayer components including the browser's plug-in via yum:Code:yum install mplayer mplayer-skins mplayer-fonts mplayerplug-in mplayer-gui
You can also get mplayer plugin from mplayer site. Just donwload it.
accept the packages to install by typing "y"Transaction Listing:
Install: mplayer.i386 4:1.0-44_pre7.rhfc3.at - atrpms-stable
Performing the following to resolve dependencies:
Install: ffmpeg.i386 0:0.4.9-7_cvs20050418.rhfc3.at - atrpms-stable
Install: imlib2.i386 0:1.2.0-7.fc3 - extras
Install: libdc1394.i386 0:1.0.0-3.rhfc3.at - atrpms-stable
Install: libdvdread.i386 0:0.9.4-3_1.rhfc3.at - atrpms-stable
Install: libraw1394_8.i386 0:1.2.0-0_5.rhfc3.at - atrpms-stable
Install: lzo.i386 0:1.08-2_1.rhfc3.at - atrpms-stable
Install: mplayer-fonts.noarch 4:1.0-6.at - atrpms-stable
Install: nvidia-graphics4496-libs.i386 1:1.0_4496-65.1.rhfc3.at - atrpms-stable
Install: xvidcore.i386 0:1.0.3-0.lvn.1.3 - livna-stable
Update: xorg-x11.i386 0:6.8.2-1.FC3.13_2.rhfc3.at - atrpms-stable
Update: xorg-x11-deprecated-libs.i386 0:6.8.2-1.FC3.13_2.rhfc3.at - atrpms-stable
Update: xorg-x11-deprecated-libs-devel.i386 0:6.8.2-1.FC3.13_2.rhfc3.at - atrpms-stable
Update: xorg-x11-devel.i386 0:6.8.2-1.FC3.13_2.rhfc3.at - atrpms-stable
Update: xorg-x11-libs.i386 0:6.8.2-1.FC3.13_2.rhfc3.at - atrpms-stable
Update: xorg-x11-xfs.i386 0:6.8.2-1.FC3.13_2.rhfc3.at - atrpms-stable
Total download size: 38 M
Is this ok [y/N]:
Make sure everything is installed correlty run:and this will be your result:Code:rpm -qa | grep mplayer
[imdeemvp@myfc3 ~]$ rpm -qa | grep mplayer
mplayer-skins-1.0-pre3_12.at
mplayer-fonts-1.0-6.at
mplayer-codecs-essential-20040704-1
mplayerplug-in-2.75-0.FC3
mplayer-1.0-44_pre7.rhfc3.at
[imdeemvp@myfc3 ~]$
If you need the codecs do the following from terminal
You can log out and login again but if you prefer you can reboot (and I know this is not windoz) but sometimes is needed.Code:$ wget ftp://ftp1.mplayerhq.hu/MPlayer/releases/codecs/essential-20050412.tar.bz2 $ tar jxvf essential-20050412.tar.bz2 $ mkdir /usr/lib/win32 $ cp essential-20050412/* /usr/lib/win32
UPDATE to FC 4: you will need to edit the /etc/mplayer/mplayer.conf and add this lines so that mplayerplug-in and mplayer can operate properly:
Please note I am only use freshrpms, livna-stable, and atrmps repos. Freshrpm is down for the moment (5.1.05) so I need to disable livna-stable to only use atrmps and this is the command:# Default video output is xvidix, then xv, then try others
vo=xvidix,xv,
# Default audio output is alsa, then try others
ao=alsa,alsa1x,
[imdeemvp@FC4Laptop ~]$ cat /etc/mplayer/mplayer.conf
# Default video output is xvidix, then xv, then try others
vo=xvidix,xv,
# Default audio output is alsa, then try others
ao=alsa,alsa1x,Maybe I have to make something very clear I dont use repos to keep my system up-to-date JUST to install extra software that we ALL know does not come with fedora. YUM is only to install third party applications not to keep my box updated. That is why my box is trouble free since I installed fc3. Need help with rythmbox, totem, xmms, go HERE.Code:yum --disablerepo=linva-stable install package_name_here
See screenshots and the entire terminal procedure attached![]()