Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 1999 13:04:28 -0800 (PST)
From:      "Jason C. Wells" <jcwells@u.washington.edu>
To:        Michael Robinson <robinson@netrinsics.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Real Player
Message-ID:  <Pine.BSF.4.05.9902031301460.858-100000@s8-37-26.student.washington.edu>
In-Reply-To: <199902031557.XAA15794@netrinsics.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9902031301460.858-100000>