Re: How do I fix the problem with rvplayer?

Ville Hallik (ville@tartu.cyber.ee)
Wed, 21 Oct 1998 16:06:35 +0300


In article <Pine.LNX.3.96.980930202217.10571E-100000@mirkwood.dummy.home> you wrote:
> On Wed, 30 Sep 1998, Sang Woo Kang wrote:

>> I must say that the only drawback that I have with 2.1.123 and some
>> recent versions is the rvplayer. Is using 2.1.119 the only solution
>> to run realplayer or is there any patch available?

Rvplayer distributed with latest netscape (RealPlayer, Version 5.0.0.35) can
be made to work with the latest kernels simply by using the following stupid
commandline (back up old executable before trying this!):

dd if=/dev/zero of=rvplayer bs=1 count=1 seek=657586 conv=notrunc

This "fix" removes O_NONBLOCK from the open() call flags used to open audio
device. There is one drawback --- rvplayer does not work well when /dev/dsp
is already in use by other programs.

-- 

Ville Hallik +372-55-23535 http://www.physic.ut.ee/~ville/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/