From owner-freebsd-stable Wed Feb 3 13:05:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22279 for freebsd-stable-outgoing; Wed, 3 Feb 1999 13:05:16 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from jason05.u.washington.edu (jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22271 for ; Wed, 3 Feb 1999 13:05:12 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul5.u.washington.edu (root@saul5.u.washington.edu [140.142.83.3]) by jason05.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id NAA12398; Wed, 3 Feb 1999 13:05:08 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul5.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id NAA29888; Wed, 3 Feb 1999 13:05:08 -0800 (PST) Date: Wed, 3 Feb 1999 13:04:28 -0800 (PST) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Michael Robinson cc: freebsd-stable@FreeBSD.ORG Subject: Re: Real Player In-Reply-To: <199902031557.XAA15794@netrinsics.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 3 Feb 1999, Michael Robinson wrote: >Has anyone succeeded in getting any Real Player (either FreeBSD or Linux) >to work under 3.0-STABLE? If so, will you let me in on the secret? Thanks. I use rvplayer5.0 for Linux on my box. The key for me was this shell script. I pointed netscape at this script and everything works well. (I do get rvplayer to crash on video sometimes.) HTH! #!/usr/local/bin/bash # Author: Jason C. Wells # 8 December, 1998 # This trivial program is used to run the Linux version of rvplayer which # seems to not read the environment variable LD_LIBRARY_PATH correctly # from my login environment. LD_LIBRARY_PATH=/usr/local/bin/rvplayer5.0 export LD_LIBRARY_PATH rvplayer $1 Catchya Later, | Give me UNIX or give me a typewriter. Jason Wells | http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message