RealPlayer (briefly known also as RealOne Player) is a closed source cross-platform media player by RealNetworks that plays a number of multimedia formats including MP3, MPEG-4, QuickTime, Windows Media, and multiple versions of proprietary RealAudio and RealVideo formats.
- Add /util/RealPlayer to your PATH variable to invoke realplay from the command line:
% setenv PATH ${PATH}:/util/RealPlayer
Install a shared RealPlayer in /util:
% cd /util
# mkdir RealPlayer-11.1.1.2953
% cd RealPlayer-11.1.1.2953/
# bunzip2 realplay-11.1.1.2953-linux-2.2-libc6-gcc32-i586.tar.bz2
# tar -xvf realplay-11.1.1.2953-linux-2.2-libc6-gcc32-i586.tar
# rm realplay-11.1.1.2953-linux-2.2-libc6-gcc32-i586.tar
% cd /util
# rm RealPlayer
# ln -s RealPlayer-11.1.1.2953/ RealPlayer
Install the Mozilla Firefox RealPlayer plugin on 64-bit systems by wrapping the RealPlay plugin with the 32-bit plugin wrapper:
- Build Mozilla Firefox RealPlayer plugin into a shared /util version of Firefox:
sudo /usr/lib64/nspluginwrapper/npconfig -d /util/firefox-3.5.2/lib/firefox-3.5.2/plugins/ -i /util/RealPlayer/mozilla/nphelix.so
- Build Mozilla Firefox RealPlayer plugin into a local /usr version of Firefox:
sudo /usr/lib64/nspluginwrapper/npconfig -d /usr/lib64/mozilla/plugins-wrapped/ -i /util/RealPlayer/mozilla/nphelix.so
... Both of these commands will build and install a file called:
npwrapper.nphelix.so
... into the target directory specified with -d.
- http://en.wikipedia.org/wiki/RealPlayer
- http://www.real.com/
- http://plugindoc.mozdev.org/linux-amd64.html
- http://forms.helixcommunity.org/helix/builds/?category=realplay-current