Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Obecná podpora => Téma založeno: Cvach 10 Června 2008, 19:14:15

Název: Jak nainstalovat RealPlayer
Přispěvatel: Cvach 10 Června 2008, 19:14:15
Vyzkoušel jsem všechny dostupné návody na instalaci RealPlayeru a pořád nic. Potřeboval bych rozchodit streamová videa. Pomůže někdo?
Název: Re: Jak nainstalovat Real player
Přispěvatel: Martin 'Želva' Malý 10 Června 2008, 19:47:35
Takže jste taky zkoušel toto: http://wiki.ubuntu.cz/RealPlayer

Co znamená to "pořád nic"? Nejsme jasnovidci, trochu popište, co jste zkoušel a co to špatného píše.
Název: Re: Jak nainstalovat Real player
Přispěvatel: umiyaki 08 Srpna 2008, 18:10:28
Mě pomohl tento návod:

Installing Real Player 11 and Configuring Mozilla Plugin

The following steps show how to install Real Player 11 and Mozilla Plugin for Firefox 3.0 browsers running on Hardy Heron.

Download Real Player 11 from:

 
Kód: [Vybrat]
www.real.com
Open a terminal and change to the directory where the file was downloaded. Grant execute permissions and run the setup using the following commands:

 
Kód: [Vybrat]
chmod 770 RealPlayer11GOLD.bin
  sudo ./RealPlayer11GOLD.bin
 

Use the following default installation directory during the installation:

 
Kód: [Vybrat]
/opt/real/RealPlayer
The installer will copy the files and create menu shortcuts. Then run the following commands.

 
Kód: [Vybrat]
cd /usr/lib/firefox-addons/plugins
  sudo ln -s /opt/real/RealPlayer/mozilla/nphelix.xpt nphelix.xpt
  sudo ln -s /opt/real/RealPlayer/mozilla/nphelix.so nphelix.so
  sudo mv /usr/lib/totem/gstreamer/libtotem-complex-plugin.so ~/.

Open Firefox and type about:plugins in the address bar. Scroll down and look for the following entry.

 
Kód: [Vybrat]
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible
  File name: /opt/real/RealPlayer/mozilla/nphelix.so
  Helix DNA Plugin: RealPlayer G2 Plug-In Compatible version 0.4.0.4005 built with gcc 3.4.3 on Feb 25 2008

If found, your Real Plugin is installed properly!

Ten poslední krok - kontrola sice vypadá takto:

Kód: [Vybrat]
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible

    Název souboru: nphelix.so
    Helix DNA Plugin: RealPlayer G2 Plug-In Compatible version 0.4.0.4005 built with gcc 3.4.3 on Feb 25 2008

ale maká to a to je hlavní :-)

Převzato ze stránek wiki.ubuntu.org