Howto Play .wmv Files on Fedora 16 / 15 / 14
This is quick guide, howto play .vmw (Windows Media Video) on Fedora 16, Fedora 15 and Fedora 14.
Howto Play .wmv Files on Fedora 16 / 15 / 14
1. Change root user
su - ## OR ## sudo -i
3. Add RPMFusion Repositories (Free and Non-Free)
32-bit and 64-bit
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
3. Install needed packages
yum install gstreamer-plugins-ugly gstreamer-ffmpegNote: I tested this with Totem Movie Player, MPlayer and VLC
If you don’t have Totem, MPlayer or VLC already then you could install them as follows:
Install Totem Movie Player
yum install totemInstall MPlayer
yum install mplayer
Install VLC
yum install vlc4. Play .wmv Files
Play with Totem Movie Player
totem /path/to/windows-media-video.wmv
Play with MPlayer
mplayer /path/to/windows-media-video.wmv
Play with MPlayer
vlc /path/to/windows-media-video.wmv
Related posts:
- Install VirtualBox 4.1.14 on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.8
- Adobe Flash Player 11.2 on Fedora 16/15, CentOS/RHEL 6.2/5.8
- Install Google Chrome with YUM on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2
- Install Firefox 12 on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2
- Install Sun/Oracle Java JDK/JRE 7u4 on Fedora 16/15, CentOS/RHEL 6.2/5.8
Hi!!!!!!
I tried it………….all the packages were already installed……. but still i m not able to play the .wmv files….please help!!!!!!!!
Hi Mahesh,
Sounds strange, because I tested this almost just installed box.
What player you use?
Do you have tried multiple .wmv files from variable sources?
I installed it but no success, got this:
mplayer: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory
Any ideas?
Hi Dusan,
Try following:
yum install freeglutThen try again.
Thank you JR.
It works realy nice…
for those who faild to install properly try this for Fedora 15/14/13(ref@vlc website):-
$> su -
#> rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
#> yum install vlc
#> yum install mozilla-vlc (optional)
then do this(ref@JR):
#>yum install gstreamer-plugins-ugly gstreamer-ffmpeg
I hope it helps.
Hi Anirban,
Nice to hear that you got it working and nice addition from vlc website…thanks! :)
i am also unable to install gstreamer… failed because of libcdio.so.10 package, tried yum whatprovides libcdio.so.10 butt couldnt find anything, searched alot but didnt find any solution for it. HELP
Hi Jawad,
I updated this guide (also Fedora 16 compatible), so try again with updated guide… ;)
Worked for me, thanks. Runs on Fedora 16
it was very much helpful
Hi,
Its Great. I installed vlc and mplayer in Fedora 16, and its working fine.
Thanks