Skip to content


How to play .rmvb files in Ubuntu

Linux

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.

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. play rmvb files in ubuntu linux
    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. play rmvb files in ubuntu linux
    click to enlarge

  5. Choose a location to extract the files (your desktop is ideal) and again click Extract.
  6. play rmvb files in ubuntu linux
    click to enlarge

  7. Make sure the files extracted correctly. They’ll be in a folder titled essential-date.
  8. play rmvb files in ubuntu linux

  9. Open up a Terminal by selecting Applications -> Accessories -> Terminal.
  10. play rmvb files in ubuntu linux

  11. Enter the following commands (and your password when prompted):

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

  12. play rmvb files in ubuntu linux
    click to enlarge

  13. 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.
  14. Launch MPLayer by selecting Applications -> Sound & Video -> MPlayer Movie Player. Right-click in the Mplayer – Video window and select Preferences from the menu.
  15. play rmvb files in ubuntu linux

  16. Select the Video tab and change the Available drivers: to x11 X11 (XImage/Shm).
  17. play rmvb files in ubuntu linux
    click to enlarge

  18. 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.
  19. play rmvb files in ubuntu linux
    click to enlarge

  20. Locate one of your .rmvb files, right-click it and select Properties.
  21. play rmvb files in ubuntu linux

  22. Select the Open With tab and change whatever the default is to MPlayer Movie Player. Click Close.
  23. play rmvb files in ubuntu linux
    click to enlarge

  24. Double-click any of your .rmvb files and they should open up in MPlayer and start playing.
  25. play rmvb files in ubuntu linux

Posted in Linux.

Get Simple Help tutorials just like this one in your email inbox every day - for free! Just enter your email address below:

 

You can always opt out of this email subscription at any time.

160 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. ah_hin says

    Got it working finally !
    had to install the gcc-3.3-base package first
    https://launchpad.net/ubuntu/intrepid/powerpc/gcc-3.3-base/1:3.3.6-15ubuntu4

    after installing this file, then I could install the libstdc++5
    then voila, Mplayer can play rmvb
    but as somebody mentioned above, when I tried to see it in full screen using OpenGL, the video is stuttering like crazy. Anyway of solving that?

    This is running on my PS3.

  2. cperez =) says

    Hey thanks for the tip!

    However when double clicking the videos, I also couldn’t play them in full screen mode as reported Stephanie and An_hin.
    However I noticed that when opening the files through the console
    >mplayer myvideo.rmvb [enter]
    mplayer can resize the video correctly. Wonder if this is a bug in the graphical-user-interface =/

    Regards

  3. cperez =) says

    I take that back, it is not a bug.
    You fix that by adding “zoom=true” to the file $HOME\ .mplayer/config

    example:
    >cat $HOME/.mplayer/config
    # Write your default config options here!
    zoom=yes
    >

    regards

  4. ah_hin says

    thank you cperez

    i typed: echo “zoom=yes” >> ~/.mplayer/config
    to terminal, and it worked

    but the video was stuttering too badly once in full screen.

    So now I need to figure out how to make my PS3 play rmvb in full screen smoother.

  5. Toño says

    Thank u very much, the tutorial was very simple. I really appreciate your help!!

  6. Reindolf says

    a very big thank you to you. i tried your way and after months of toiling to get .rm working, i am now able to watch my shows.
    though, the step 9 # Select the Video tab and change the Available drivers: to x11 X11 (XImage/Shm). worked but so well that if the pixels are small, even in full screen mode, the video size will remain small unless changed to x11 X11/Xv where full screen worked for me. the quality depletes but being able to see the video is better than nothing at all.
    once again thank you.

  7. remlo says

    Thank you very much it work for me very good, althought other options is install realplayer http://www.real.com/linux, but it is not available for 64 bits.

  8. zee says

    Hi guys,

    I have tried it, it successfully plays the video. However, it has no sound. When I double click on the video it says

    “could not open initialize/audio device -> no sound”

    Can anybody help ?

    Thanks,

  9. Chiquitita says

    Applauses! * * *
    Mille Merci! It’s working!

  10. obeel says

    found an easier way, it’s to download real player for linux. http://www.real.com and look for the version for linux….suits a layman like me

  11. Sandoval says

    Obrigado.

  12. lou says

    thank you very much. it is working !

  13. Wolfknownascrip says

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

  14. Bruno says

    Hey man.. thanks.. :) it works

  15. AJ says

    wow this is amazing really works!

  16. W says

    Thanks! It worked for me!

  17. Ahmed Hamdy says

    peace for you all guys
    thanks very much for this information ….. it work properly . but I have a query >>>>>> all movie with *rmvb is working but in small window and I can’t resize it or make it large so what I ganna to do ……
    thanks again

  18. cyberwac says

    Hi Ahmed,

    The answer to youur problem is written by cperez =).

    regards

  19. Sonia says

    Thanks!
    You are the best!!!! :) :) :)

  20. nate carr says

    thanks. worked on debian etch after installing the codecs in the specified directory and installing libstdc++5 with aptitude, then choosing the xv/x11 video driver and alsa audio in the preferences menu. changing the audio/video codecs didn’t make any noticeable difference.

  21. Wellyson says

    Oi!
    Depois de tanto pesquisar, enfim consegui instalar os codecs para ler os filmes com extensão .rmvb, graças as dicas fornecidas aqui neste site. Parabéns! E muito obrigado!
    Abraços!

  22. aliciapg says

    George Bush…really?

    But otherwise …awesome!! Thanks!

  23. Flandoor says

    me funciono perfecto en hardy, baje los codecs los instale, instale la libreria q faltaba y anduvo sin ningun otro cambio.. gracias!

  24. Belkis says

    THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  25. Rosie says

    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 :)

  26. sarmad says

    it gives me an error saying
    cannot find codec matching selected -vo and video format 0×30345652

  27. Ario says

    I think I’m the 10000th person who make comment in this post:D
    But God Bless you man. It helps me a lot.
    Now I can watch my copy (I’m sorry that is an illegal copy) Of jomung tv series with ubuntu linux.

  28. Magnet torrent says

    thank you so much

  29. tyler says

    i did all of this but mplayer isnt in my applications :S

  30. Fei Fu says

    THANKS A LOOOT!, it works

  31. João Lucas says

    Thanks, it work fine.

  32. kasia says

    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:):)

  33. Abhir says

    This works perfectly! Thanks.

  34. Malikge says

    Hi, I am using Ubuntu I have tried what u say above and it plays .rmvb files. So Thanks for that.
    But when I play .3gp file, then the video is played but whit no sound. Can anyone help me… Thanks

  35. aldy says

    thaks, i’m glad to read it….
    see you

  36. NP says

    Thanks. It worked after I installed libstdc++5, having done all else you mentioned here.

  37. mr grave.. says

    its solve my problem.. tq tq

  38. mike says

    well you could also goto http://www.real.com/linux/ and download the .bin, .rpm or the .deb at the bottom.

  39. aklil zenebe says

    Thanks a lot! This worked for me.

  40. Wesam Alalem says

    I was using RealPlayer, It was doing the job but, no seek bar, and also for some videos the image keeps flickering. So I followed these instructions and worked fine for me.
    Except that I couldn’t install “sudo apt-get install libstdc++5″ it seems not included in the repository. the video part working fine but no sound, I just started changing Audio driver until it worked [it is oss:ioctl audio output ].
    Thanks a lot )

  41. acidblue says

    This does not work in 64 bit Ububtu 9.04 and above.

  42. nelson says

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

1 2 3

Continuing the Discussion

  1. How To Play .rmvb Files In Ubuntu - Linkosphere [ Ectio.us ] linked to this post on August 2, 2007

    [...] From simplehelp.net [...]

  2. CognitiveCombine » Blog Archive » Playing rmvb files in Ubuntu linked to this post on September 11, 2007

    [...] in Ubuntu, for some reason they never worked. However all this changed today when I came across this article, I followed the steps and can now view .rmvb files in Ubuntu (Feisty Fawn) using MPlayer Movie [...]

  3. ..:: My notes linked to this post on November 22, 2007

    [...] ya udah Googling deh, dan akhirnya nemu juga link yang ngebahas masalah ini, tutorialnya ada di http://www.simplehelp.net/2007/07/27/how-to-play-rmvb-files-in-ubuntu/. Sebenernya abis ngikutin langkah-langkahnya masih nemu error, tapi akhirnya bisa juga koq nonton [...]

  4. Membuka file .rmvb di Ubuntu 7.10 (Gutsy Gibbon) « rgiapratama.net linked to this post on December 15, 2007

    [...] ya udah Googling deh, dan akhirnya nemu juga link yang ngebahas masalah ini, tutorialnya ada di http://www.simplehelp.net/2007/07/27/how-to-play-rmvb-files-in-ubuntu/. Sebenernya abis ngikutin langkah-langkahnya masih nemu error, soalnya ada langkah-langkah yang [...]

  5. sebas » .rmvb en Ubuntu 7.10 linked to this post on February 8, 2008

    [...] un formato realmente malo que es .rmvb .. googlenado di con el siguiente How to que se encuentra en SimpleHelp donde nos explican como instalar, tambien deben descargar el essencial package que se encuentra en [...]

  6. Memainkan File .rmvb Menggunakan MPlayer « Artikel Linux Ubuntu linked to this post on February 26, 2008

    [...] by maspur on February 26, 2008 tulisan ini saya ambil dari: http://www.simplehelp.net/2007/07/27/how-to-play-rmvb-files-in-ubuntu/ silahkan diartikan sendiri yah [...]

  7. Memainkan File .rmvb Menggunakan MPlayer « Ubuntu Pasuruan linked to this post on March 2, 2008

    [...] by admin on March 2, 2008 tulisan ini saya ambil dari: http://www.simplehelp.net/2007/07/27/how-to-play-rmvb-files-in-ubuntu/ silahkan diartikan sendiri yah [...]

  8. Memainkan File .rmvb Menggunakan MPlayer « Wibatsu’s Weblog linked to this post on March 6, 2008

    [...] File .rmvb Menggunakan MPlayer tulisan ini saya ambil dari: http://www.simplehelp.net/2007/07/27/how-to-play-rmvb-files-in-ubuntu/ silahkan diartikan sendiri yah [...]

  9. 风叶 » Blog Archive 怎么样在ubuntu让mplayer播放.rmvb文件[翻译] » linked to this post on March 20, 2008

    [...] 原文地址:http://www.simplehelp.net/2007/07/27/how-to-play-rmvb-files-in-ubuntu/ [...]

  10. Artikel Untuk Linux II at DedyIsn World linked to this post on March 26, 2008

    [...] Ada yang punya file .rmvb tidak ?Secara default file Rmvb ( Real media variable Bitrate) di Ubuntu linux maupun Windows tidak bisa dimainkan. Untuk windows Sendiri biasanya menggunakan Klite MegaPack sehingga file .rmvb bisa di mainkan. Untuk Ubuntu kita dapat menggunakan Mplayer untuk memutar file rmvb tersebut. Berikut petunjuk dari Web Simplehelp Play Rmvb in Ubuntu [...]

  11. Reproducir archivos .rmvb en Ubuntu « h3bm linked to this post on April 20, 2008

    [...] Player, ya que en Totem produce un error y en VLC solo reproduce el sonido. Ahora estoy siguiendo este tutorial, está en inglés, si me funciona comentaré como lo hice. Publicado por h3bm [...]

  12. Memutar File RealMedia Variable Bitrate (.rmvb) Di Ubuntu Gutsy Gibbon « pinusdesember linked to this post on May 10, 2008

    [...] format-format yang opensource dan legal. Setelah tanya pada paman Google akhirnya ketemu solusinya di sini. Saya harus menambahkan codec tertentu. Disini saya menggunakan MPlayer sebagai pemutar file nya. [...]

  13. 在ubuntu8.04中让mplayer播放.rmvb文件 - 六卷书绅 - yyliang’s cute blog linked to this post on May 25, 2008

    [...] 写的最详细的一篇帖子是:http://www.simplehelp.net/2007/07/27/how-to-play-rmvb-files-in-ubuntu/ [...]

  14. NawaMan’s Blog » Play RealMedia on Ubuntu 8.10 linked to this post on December 13, 2008

    [...] I base my guide heavily on an excellent (but out dated) guide here and I want to give all the credit to the original [...]

  15. 部落格 | Play rmvb files with mplayer in Ubuntu linked to this post on May 3, 2009

    [...] Ref: Simple Help.Net [...]



Some HTML is OK

or, reply to this post via trackback.