How to play .rmvb files in Ubuntu

This tutorial will take you step by step through installing all of the software necessary to play rmvb (RealMedia Variable Bitrate) files in Ubuntu Linux.

This guide is over 13 years old now (a teenager!) but still as accurate as it was back in ’07. However, there is a much easier way to play .RMVB files in Ubuntu now – just use VLC.

Watch .RMVB Files in Ubuntu with VLC

So easy! Just install VLC.

That’s it. Launch VLC and open your .rmvb file. It’ll play. You’re done :)

VLC playing a .RMVB file in Ubuntu

Older, More Complicated Method

Though the steps and screenshots are specific to Ubuntu, they will likely be similar for other versions of Linux. With that said, be sure to read the MPlayer README file if you’re not using Ubuntu. Similar to some of the other tutorials on Simplehelp, this is almost certainly not the only way to play .rmvb files in Ubuntu, but it’s the easiest way I could find. If you know of a easier method, by all means please feel free to leave a comment.

  1. The first step in playing .rmvb files in Ubuntu is to use the Synaptic Package Manager to install MPlayer. When you mark MPlayer for installation, you’ll be prompted to install additional software packages (if they’re not already installed).

  2. click to enlarge

  3. After MPlayer has been installed, exit out of the Synaptic Package Manager and visit the MPlayer binary codec download page. Download the codec package for your platform (for example, if you’re using a 32bit Intel or AMD processor, download the Linux x86 package).

    Save the file to your desktop (or home folder). Once the download has completed, double-click that file. Select the folder to uncompress, and click the Extract button.


  4. click to enlarge

  5. Choose a location to extract the files (your desktop is ideal) and again click Extract.

  6. click to enlarge

  7. Make sure the files extracted correctly. They’ll be in a folder titled essential-date.
  8. Open up a Terminal by selecting Applications -> Accessories -> Terminal.
  9. Enter the following commands (and your password when prompted):

    cd Desktop
    cd essential-date
    sudo mkdir /usr/lib/codecs
    sudo cp * /usr/lib/codecs


  10. click to enlarge

  11. NOTE: you may need to install libstdc++5 to get .rmvb files to play. Even though it might not be necessary for you, it can’t hurt to install (the package isn’t very big). Run the command: sudo apt-get install libstdc++5 in a Terminal, or use Synaptic and search for libstdc++5. Thanks to everyone who commented (see comments below) for the tip.
  12. Launch MPLayer by selecting Applications -> Sound & Video -> MPlayer Movie Player. Right-click in the Mplayer – Video window and select Preferences from the menu.
  13. play rmvb files in ubuntu linux

  14. Select the Video tab and change the Available drivers: to x11 X11 (XImage/Shm).

  15. click to enlarge

  16. Select the Codecs & demuxer tab and change the Video codec family: to RealVideo decoder and the Audio codec family: to FFmpeg/libavcodec audio decoders. When you’re done, click OK and close down MPlayer.

  17. click to enlarge

  18. Locate one of your .rmvb files, right-click it and select Properties.
  19. Select the Open With tab and change whatever the default is to MPlayer Movie Player. Click Close.

  20. click to enlarge

  21. Double-click any of your .rmvb files and they should open up in MPlayer and start playing.

If this article helped you, I'd be grateful if you could share it on your preferred social network - it helps me a lot. If you're feeling particularly generous, you could buy me a coffee and I'd be super grateful :)

buy a coffee for simplehelp.net


Home » Linux » How to play .rmvb files in Ubuntu

41 thoughts on “How to play .rmvb files in Ubuntu”

  1. ooooh, thanks. This work with Debian Lenny! I think mplayer play much better than xine this type of file.
    I see guys.

  2. i didn’t know what i was doing, but i was soooo happy to see exactly the same windows ;D and it worked, thank you a lot:):)

  3. thank you so much
    this is an excellent step by step guide and although i freaked out at one point it was simple and easy to follow :)

  4. Nice tutorial it works with CentOS 5.2
    (keep in mind 64bit MPlayer requires /usr/lib64/codecs)
    Thanks alot!!

  5. Hey man! Thanks a lot! It worked.
    By the way, here I use Kubuntu Gutsy Gibbon!
    — Hey windows! I’m over you! :)

  6. Just had to say “THANKS!” for this “HowTo”…. Worked 100% and really made a difference….. Now i’m gonna have to look around at the site to see what other gems reside within! :)

  7. Leandro Facchinetti

    Worked in Gusty Gibbon. It’s the first tutorial that I’ve followed and worked for me. Thanks a lot.

Leave a Comment

Your email address will not be published.