Size: 3585
Comment: Add Helix Project Player download page
|
Size: 6624
Comment: cleaned up
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* '''Real''''''Player8''' using an installer in the [:AddingRepositoriesHowto:multiverse] repository * '''Real''''''Player10''' directly from [http://www.real.com Real.com] * '''Real''''''Player10''' in a [ftp://ftp.nerim.net/debian-marillat/pool/main/r/realplay/realplayer_10.0.6-0.0_i386.deb deb package]. None of these methods are ideal. * '''Real''''''Player8''' is no longer supported by Real, and the installer is designed to install a release that is not on the Real site. * '''Real''''''Player10''' from Real does not integrate at all with Ubuntu's package management system. Uninstalling requires you to manually find and remove files that are scattered around your system. * '''Real''''''Player10's''' debian package does not make RealPlayer the default player for RealMedia or ["Smil"] file types. |
* '''Real''''''Player10''' in a [http://www.debian-multimedia.org/pool/main/r/realplay/realplayer_10.0.7-0.0_i386.deb deb package] from the Debian-Marillat repository * '''Real''''''Player10''' with an installer or as rpm directly from [http://www.real.com/linux RealNetworks] * '''Real''''''Player10''' as an rpm package or installer from the [https://player.helixcommunity.org/2005/downloads/ Helix website] * '''Real''''''Player8''' using an installer from the [:Repositories:Multiverse] repository None of these methods are ideal: * '''Real''''''Player8''' is obsolete and no longer supported by Real''''''Networks. Also, the installation process requires some manual tweaking because the installer looks for a file with a different name on the Real''''''Networks site. * The '''Real''''''Player10''' installers from Real or Helix do not integrate at all with Ubuntu's package management system. If you decide to remove Real''''''Player, you will need to locate and remove files scattered around your system. * The '''Real''''''Player10''' rpm packages need to be converted to .debs in order to integrate with Ubuntu's package management tools. * '''Real''''''Player10's''' debian package does not make Real''''''Player the default player for Real''''''Media or Smil file types (although this can be changed easily). |
Line 13: | Line 16: |
attachment:IconsPage/eyes.png You can play most of Real''''''Network'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]] |
|
Line 16: | Line 22: |
* Real''''''Player 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 Real''''''Player '''.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}}} * Real''''''Player should now be installed on your system. |
|
Line 18: | Line 36: |
== Installing RealPlayer10 from Real == Go to [http://www.real.com Real.com] and click the yellow '''Download Real''''''Player''' button. (The example below assumes the file was downloaded to your Desktop). Alternatively you can download the latest version of RealPlayer from the Helix Project [https://player.helixcommunity.org/2005/downloads/ Player download page]. |
[[BR]] == Installing RealPlayer10 from RealNetworks == |
Line 21: | Line 39: |
First, install a needed support package, then make the downloaded file executable, and finally run it by typing in a terminal: {{{ |
* Go to the [http://www.real.com/linux RealNetworks Linux page] and click on the yellow ''Download Real''''''Player'' button. Save the ''Real''''''Player''''''10''''''Gold.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 |
Line 24: | Line 45: |
sudo apt-get install libstdc++5 | |
Line 29: | Line 49: |
When the installer asks for a directory, you should use one of the customary locations for software that is not part of a distribution, either '''/opt/Real''''''Player''' or '''/usr/local/Real''''''Player'''. | * When the installer asks for a directory, use one of the customary locations for locally maintained software: '''/opt/Real''''''Player''' or '''/usr/local/Real''''''Player'''. |
Line 31: | Line 51: |
== Installing RealPlayer8 from multiverse == Got to [http://forms.real.com/real/player/blackjack.html], and scroll down until you find '''Real''''''Player 8 for Linux 2.x (i386) RPM'''. Follow that link, until you find '''rp8_linux20_libc6_i386_cs1_rpm''', and download it. The '''realplayer''' installer expects the file to be named '''rp8_linux20_libc6_i386_cs2_rpm''' so first you must rename the file, then run the installer. Assuming that you downloaded the file to your Desktop, in a terminal, type: {{{ |
* Real''''''Player should now be installed on your system. attachment:IconsPage/eyes.png Note: This installation method is not recommended. [[BR]] == Installing RealPlayer10 from the Helix site == You can download the latest version of Real''''''Player from the [https://player.helixcommunity.org/2005/downloads/ Helix Project download page]. * View the [https://player.helixcommunity.org/2005/releases/rp10gold/RP10_0_7ReleaseNotes.html release notes] of the latest version * Choose the latest [https://helixcommunity.org/download.php/1917/RealPlayer-10.0.7.785-20060201.i586.rpm rpm package], not the generic Linux/x86 installer. Save the file to the Desktop. * Use [:AlienHowto:alien] to convert the rpm package into a debian (.deb) package {{{ sudo alien -d RealPlayer-10.0.7.785-20060201.i586.rpm}}} * The new .deb package should be on your Desktop. * Install the .deb package with dpkg: {{{ sudo dpkg -i RealPlayer-10.0.7.785-20060201.i586.deb}}} * Real''''''Player10 should now be installed on your system. [[BR]] == Installing RealPlayer8 from Multiverse == 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. {{{ |
Line 36: | Line 90: |
sudo apt-get install realplayer }}} Answer the questions (twice), giving the location where you downloaded the file. |
sudo apt-get install realplayer}}} |
Line 40: | Line 92: |
== RealPlayer 10 and SCIM in Breezy == | * When the installer asks for the file, indicate its location. |
Line 42: | Line 94: |
The ["SCIM"] package has a gcc ABI incompatibility problem when using with programs that are compiled with a different gcc version. | attachment:IconsPage/eyes.png Note: This installation method is not recommended. |
Line 44: | Line 96: |
In particular, the proprietary RealPlayer 10 is compiled with gcc 3.2, and thus conflicts with SCIM in Breezy (since Ubuntu Breezy/SCIM is compiled with gcc 4.x). RealPlayer 10 will fail to start when SCIM is running. | |
Line 46: | Line 97: |
To resolve this conflict you can modify the running script of RealPlayer as follows: | [[BR]] == Mozilla plugins == |
Line 48: | Line 100: |
1. Edit the file /usr/bin/realplay | * To add the Real''''''Player plugin to firefox, copy the files ''nphelix.so'' and ''nphelix.xpi'' from the ''*/Real''''''Player/plugins'' folder to the firefox plugins folder at ''/usr/lib/firefox/plugins''. |
Line 50: | Line 102: |
{{{ | * Restart firefox and go to the "about:plugins" page to check that the plugin named '''Helix DNA Plugin''' is being loaded. [[BR]] == Troubleshooting == * '''Real''''''Player 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 Real''''''Player as follows: * Edit the file ''/usr/bin/realplay'' {{{ |
Line 54: | Line 119: |
2. Then add the following line right after the bash declaration statement: | * Then add the following line right after the bash declaration statement: |
Line 56: | Line 121: |
{{{ | {{{ |
Line 62: | Line 127: |
Now RealPlayer 10 will run fine even when SCIM is running. | * Now RealPlayer 10 should work fine even when SCIM is running. |
Line 64: | Line 129: |
[[BR]] == See also == * The RestrictedFormats page * The [:AlienHowto:rpm with alien] page [[BR]] ---- |
ContentsBRTableOfContents |
Introduction
RealPlayer is available from several sources:
RealPlayer10 in a [http://www.debian-multimedia.org/pool/main/r/realplay/realplayer_10.0.7-0.0_i386.deb deb package] from the Debian-Marillat repository
RealPlayer10 with an installer or as rpm directly from [http://www.real.com/linux RealNetworks]
RealPlayer10 as an rpm package or installer from the [https://player.helixcommunity.org/2005/downloads/ Helix website]
RealPlayer8 using an installer from the [:Repositories:Multiverse] repository
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.
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.
Since this method has the fewest issues, it is documented on RestrictedFormats
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 +x RealPlayer10Gold.bin sudo ./RealPlayerGold.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.
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].
View the [https://player.helixcommunity.org/2005/releases/rp10gold/RP10_0_7ReleaseNotes.html release notes] of the latest version
Choose the latest [https://helixcommunity.org/download.php/1917/RealPlayer-10.0.7.785-20060201.i586.rpm rpm package], not the generic Linux/x86 installer. Save the file to the Desktop.
Use [:AlienHowto:alien] to convert the rpm package into a debian (.deb) package
sudo alien -d RealPlayer-10.0.7.785-20060201.i586.rpm
- The new .deb package should be on your Desktop.
- Install the .deb package with dpkg:
sudo dpkg -i RealPlayer-10.0.7.785-20060201.i586.deb
RealPlayer10 should now be installed on your system.
Installing RealPlayer8 from Multiverse
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.
attachment:IconsPage/eyes.png Note: This installation method is not recommended.
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.
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.
See also
The RestrictedFormats page
The [:AlienHowto:rpm with alien] page