Date: Sun, 8 Feb 1998 15:08:48 -0500 (EST) From: Kim Culhan <kimc@kim.net> To: multimedia@FreeBSD.ORG Subject: Re: RealPlayer on 2.2.5-REL Message-ID: <Pine.SUN.3.96.980208141640.8349F-100000@w8hd2.w8hd.org> In-Reply-To: <199802080805.JAA12752@labinfo.iet.unipi.it>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 8 Feb 1998, Luigi Rizzo wrote: > > Does the ELF version of the latest RealPlayer work on 2.2.5-REL ? > > I tried the linux rvplayer 5.0: > > -rw-rw-r-- 1 luigi wheel 875400 Nov 16 14:43 v50b2_linux20elf.tar.gz > > and it works with some hack to the ioctl module (see my audio driver > at http://www.iet.unipi.it/~luigi/FreeBSD, and specifically look in the > /sys/i386/isa/snd/misc directory when you extract the driver). > > i think they used the bad ioctl() to keep audio and video in sync. > mpegtv works much better (a different application, but it has to solve > a similar problem) Just realized my reply didn't get to the multimedia list so here it is: With the patch contained in the misc directory above applied to linux.h and to linux_ioctl.c it returns these declaration errors though these appear to be in the patched linux.h: cc -O -DLKM -I. -DCOMPAT_43 -DCOMPAT_LINUX -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -I/usr/src/lkm/linux/../../sys -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -c /usr/src/lkm/linux/../../sys/i386/linux/linux_ioctl.c /usr/src/lkm/linux/../../sys/i386/linux/linux_ioctl.c: In function `linux_ioctl': /usr/src/lkm/linux/../../sys/i386/linux/linux_ioctl.c:729: `SNDCTL_DSP_GETCAPS' undeclared (first use this function) /usr/src/lkm/linux/../../sys/i386/linux/linux_ioctl.c:729: (Each undeclared identifier is reported only once /usr/src/lkm/linux/../../sys/i386/linux/linux_ioctl.c:729: for each function it appears in.) /usr/src/lkm/linux/../../sys/i386/linux/linux_ioctl.c:733: `SNDCTL_DSP_GETIPTR' undeclared (first use this function) /usr/src/lkm/linux/../../sys/i386/linux/linux_ioctl.c:737: `SNDCTL_DSP_GETOPTR' undeclared (first use this function) *** Error code 1 Also, in an unrelated matter, Netscape V4.04 for FreeBSD fails to successfully call the RealPlayer. With either the RealPlayer Linux version or the older version-3, when Netscape call the player, the player window opens for a moment then closes and a second window appears. In the top bar it reads: Netscape subprocess diagnostics (stdout/stderr) In the upper part of the window: signal 8 Anyone have this working ? kim -- kimc@w8hd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.96.980208141640.8349F-100000>