Quote:
Originally Posted by fingal Hmm that looks horribly confusing and you seem to have a rather complex arrangement there. I think Realplayer (because it's pre-compiled) needs to look in /usr/bin/mozilla ... I'm not familiar with your distro, so I think you need advice from someone who knows Ubuntu.
Perhaps this would help? I suppose what works on one distro doesn't work on another. |
Hi fingal,
Tks for your URL
I followed "1. Install Automatix2" on following guide installing RealPlayer
ArsGeek » Blog Archive » How to get realplayer working in Firefox on Ubuntu 7.04
It futher referred to;
Installing Automatix2 with Apt
Installing Automatix2 on (K,X)Ubuntu 7.04 i386,AMD64 (Feisty)
Installation - Automatix Wiki
Steps performed as follow;
$ echo "deb
Index of /apt feisty main" | sudo tee -a /etc/apt/sources.list
Password:
Code:
deb http://www.getautomatix.com/apt feisty main
$ wget
http://www.getautomatix.com/keys/automatix2.key Code:
--18:05:20-- http://www.getautomatix.com/keys/automatix2.key
=> `automatix2.key'
Resolving www.getautomatix.com... 216.120.255.9
Connecting to www.getautomatix.com|216.120.255.9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,706 (1.7K) [application/pgp-keys]
100%[=====================================================================================>] 1,706 1.59K/s
18:05:21 (1.59 KB/s) - `automatix2.key' saved [1706/1706]
$ gpg --import automatix2.key
Code:
gpg: directory `/home/satimis/.gnupg' created
gpg: can't open `/gnupg/options.skel': No such file or directory
gpg: keyring `/home/satimis/.gnupg/secring.gpg' created
gpg: keyring `/home/satimis/.gnupg/pubring.gpg' created
gpg: /home/satimis/.gnupg/trustdb.gpg: trustdb created
gpg: key E23C5FC3: public key "Arnav Ghosh (Automatix Team Lead) <greyrod@gmail.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
$ gpg --export --armor E23C5FC3 | sudo apt-key add -
$ sudo apt-get update
Code:
......
Fetched 12.3kB in 2s (4879B/s)
Failed to fetch http://archive.canonical.com/ubuntu/dists/feisty-commercial/Release Unable to find expected entry maindeb/source/Sources in Meta-index file (malformed Release file?)
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
$ sudo apt-get install automatix2
It went through w/o complaint
I used following site to test RealPlayer
ON24: A World of Webcasting Solutions. One Webcasting Provider
It further refers to RealPlayer site for testing.
Test result:-
Vedio displayed by with following warning
Code:
WARNING: Your media player does not allow scripting. Scripting is
required for streaming events to perform properly. Please re-install your
media player to correct your configuration.
If you were unable to view the test video,you may want to consider viewing
the webcast using an alternative media player.
If you can see video but you can't hear anything, please check your system
volume settings and the volume on the media player.
In order to provide an optimal experience listening to and/or viewing
webcasts, we recommend the following media player plug-ins:
Windows Media Player 10 or above and RealPlayer 10 or above.
download real player
B.R.
satimis