Revision 17 as of 2006-08-13 14:18:04

Clear message

Introduction

RealPlayer is available from several sources:

None of these methods are ideal:

  • RealPlayer8 is obsolete and no longer supported by RealNetworks. Also, the installation process requires some manual tweaking because the installer looks for a file with a different name on the RealNetworks site.

  • The RealPlayer10 installers from Real or Helix do not integrate at all with Ubuntu's package management system. If you decide to remove RealPlayer, you will need to locate and remove files scattered around your system.

  • The RealPlayer10 rpm packages need to be converted to .debs in order to integrate with Ubuntu's package management tools.

  • RealPlayer10's debian package does not make RealPlayer the default player for RealMedia or Smil file types (although this can be changed easily).

attachment:IconsPage/eyes.png You can play most of RealNetwork's non-free media formats with [:MPlayer:MPlayer], [:MultimediaApplications:xine], and [:MultimediaApplications#head-fc1f00f34ce59b1533a7b0f359d04e6f5ce13f70:Totem-xine] if the [:RestrictedFormats#w32codecs: w32codecs] package is installed.

BR

Installing RealPlayer

Installing RealPlayer10 from a .deb file

  • RealPlayer requires libstc++5, the GNU Standard C++ Library v3. Make sure it is installed before you proceed.

    sudo apt-get install libstdc++5
  • Download the RealPlayer .deb package from the [http://www.debian-multimedia.org/ Debian-Marillat repository] and install it using dpkg:

    wget -c http://www.debian-multimedia.org/pool/main/r/realplay/realplayer_10.0.7-0.0_i386.deb
    sudo dpkg -i realplayer_10.0.7-0.0_i386.deb
  • RealPlayer should now be installed on your system.

BR

Installing RealPlayer10 from RealNetworks

  • Go to the [http://www.real.com/linux RealNetworks Linux page] and click on the yellow Download RealPlayer button. Save the RealPlayer10Gold.bin file to your Desktop.

  • Make sure libstc++5 is installed. Make the downloaded installer file executable. Finally run the installer:

    sudo apt-get install libstdc++5
    cd ~/Desktop
    chmod a+x RealPlayer10GOLD.bin
    sudo ./RealPlayer10GOLD.bin
  • When the installer asks for a directory, use one of the customary locations for locally maintained software: /opt/RealPlayer or /usr/local/RealPlayer.

  • RealPlayer should now be installed on your system.

attachment:IconsPage/eyes.png Note: This installation method is not recommended. (If you get no sound when playing, try run realplay by "aoss realplay" where aoss is from package alsa-oss.)

BR

Installing RealPlayer10 from the Helix site

You can download the latest version of RealPlayer from the [https://player.helixcommunity.org/2005/downloads/ Helix Project download page].

BR

Installing RealPlayer8 from Multiverse

attachment:IconsPage/eyes.png Note: This installation method is documented only beause is currently available from Ubuntu. Do no ever use this installation method, except for academic purposes.

Go to the [http://forms.real.com/real/player/blackjack.html RealPlayer legacy page] and download the [http://forms.real.com/real/player/blackjack.html?platform2=Unix&product=RealPlayer%208&proc=Linux%20i386%20RPM&lang=en&show_list=0&src=blackjack RealPlayer 8 for Linux 2.x (i386) rpm]. Save the file rp8_linux20_libc6_i386_cs1_rpm to the Desktop.

  • The realplayer installer from the Multiverse repository expects the file to be named rp8_linux20_libc6_i386_cs2_rpm. Thus, rename the file first, then run the installer.

    cd ~/Desktop
    mv rp8_linux20_libc6_i386_cs1_rpm rp8_linux20_libc6_i386_cs2_rpm
    sudo apt-get install realplayer
  • When the installer asks for the file, indicate its location.

BR

Mozilla plugins

  • To add the RealPlayer plugin to firefox, copy the files nphelix.so and nphelix.xpi from the */RealPlayer/plugins folder to the firefox plugins folder at /usr/lib/firefox/plugins.

  • Restart firefox and go to the "about:plugins" page to check that the plugin named Helix DNA Plugin is being loaded.

BR

Real Media

If you want Realplayer to be the default application to open RealMedia file types:

Ubuntu

Use the File Manager to navigate to a folder containing a sample RealMedia file. Click the file with the right mouse button, select Properties, and then the tab Open With. Click the radio button next to RealPlayer 10, and close the dialog window.

Kubuntu

Open Konqueror, and select Configure Konqueror in the Settings menu. Navigate to the File Associations section using the side bar, Then type rm in the Find Filename Pattern box. Select the known type labelled vnd.rn-realmedia and add Real Player 10 to the top of the Application Preference Order dialogue.

Smil

If you want Realplayer to be the default application to open Smil file types:

Ubuntu

Use the File Manager to navigate to a folder containing a Smil file. Click the file with the right mouse button, select Properties, and then the tab Open With. Click the radio button next to RealPlayer 10, and close the dialog window.

Kubuntu

Open Konqueror, and select Configure Konqueror in the Settings menu. Navigate to the File Associations section using the side bar, Then type smil in the Find Filename Pattern box. Select the known type labelled smil and add Real Player 10 to the top of the Application Preference Order dialogue.

BR

Troubleshooting

  • RealPlayer 10 and SCIM -- applies to: Ubuntu 5.10 (Breezy Badger)

    The SCIM package has a gcc ABI incompatibility problem when used with programs that are compiled with a different gcc version. In particular, the proprietary RealPlayer 10 is compiled with gcc 3.2 and thus conflicts with SCIM in Ubuntu 5.10 (Breezy Badger) (as SCIM is compiled with gcc 4.x). RealPlayer 10 will fail to launch when SCIM is running.

    To resolve this conflict, modify the startup script of RealPlayer as follows:

    • Edit the file /usr/bin/realplay

      sudo gedit /usr/bin/realplay
    • Then add the following line right after the bash declaration statement:
      GTK_IM_MODULE=xim ; export GTK_IM_MODULE
    • Now RealPlayer 10 should work fine even when SCIM is running.

BR

See also

  • The RestrictedFormats page

  • The [:AlienHowto:rpm with alien] page

  • man pages

    • dpkg
    • alien
    • wget
    • chmod

BR


CategoryDocumentation CategoryCleanup