created on 26 Feb 2008, by Syndication, read more…
Last night, I decided to install RealPlayer onto my fresh Foresight Linux 1.4.X install. I've replaced my main workstation with Foresight due to convenience (I use it at work) and I use RealPlayer from time to time for videos and music.
No package exists for RealPlayer in the repositories, so head over to Real.com and download the .bin file. After the .bin file has been downloaded, use the following commands to install:
In the terminal, it will ask you what directory you'd like to install RealPlayer into. I chose /opt/RealPlayer (you'll have to type it in) because I'd rather have the files installed there than in my home directory, which is where I downloaded the file to. After this, you'll have a shiny, new shortcut inside Applications >> Sound and Video >> RealPlayer. Click on this to launch the program and follow the wizard.
The wizard will setup the Mozilla (firefox) plugins for you but they still won't work solidly. This is because mplayer is overtaking the player duties for real media formats. To change this, gedit ~/.mplayer/mplayerplug-in.conf and change these entries as shown below:
enable-rm=0 enable-smil=0 enable-helix=0
Save and close that document. You're set Restart Firefox and go to real.com and test out the player capabilities.