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-ffmpeg

Note: 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 totem

Install MPlayer

yum install mplayer

Install VLC

yum install vlc

4. 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
notice
Follow If Not True Then False Updates!

11 Comments

  1. 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?

  2. 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 freeglut

      Then try again.

  3. 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! :)

  4. 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… ;)

  5. Worked for me, thanks. Runs on Fedora 16

  6. it was very much helpful

  7. Hi,
    Its Great. I installed vlc and mplayer in Fedora 16, and its working fine.

    Thanks

Leave a Comment

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Bear