RealPlayer 10 in Ubuntu
- Published August 10th, 2006 in Tips & Tricks, Ubuntu
If you can get no sound in RealPlayer 10 (Ubuntu) be sure to install the alsa oss package, a layer for emulating the older OSS driver through ALSA.
Just do $ sudo apt-get install alsa-oss and then change the realplay bash script to the following:
edit the startup script (/usr/lib/realplay-10.0.7/realplay) and changed line 73 from
$REALPLAYBIN “$@”
to
aoss $REALPLAYBIN “$@”
and that worked great.
Reference: Ubuntu Forums




No Responses to “RealPlayer 10 in Ubuntu”