I tried downloading VLC player with these instructions to play a .rm file.

http://www.videolan.org/vlc/download-ubuntu.html

VLC downloaded just fine, but it is unable to play my .rm file. Is there a codec I need to install?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You will need ubuntu-restricted-extras to get the right codec, which is a Real Player one.

sudo apt-get install ubuntu-restricted-extras

VLC cannot play .rm apparently, but mplayer will.

sudo apt-get install gnome-mplayer
link|improve this answer
Thanks mplayer works! – David Faux Mar 2 at 4:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.