From owner-freebsd-multimedia Sat Oct 13 8:11:45 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from EnContacto.Net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by hub.freebsd.org (Postfix) with ESMTP id 3416B37B40A for ; Sat, 13 Oct 2001 08:07:40 -0700 (PDT) Received: (from root@localhost) by EnContacto.Net (8.11.6/8.11.4) id f9DF7c751808; Sat, 13 Oct 2001 08:07:38 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from 24.20.19.75 ( [24.20.19.75]) as user eculp@SavvyWorld.Net by Mail.SavvyWorld.Net with HTTP; Sat, 13 Oct 2001 08:07:38 -0700 Message-ID: <1002985658.3bc858ba2da72@Mail.SavvyWorld.Net> Date: Sat, 13 Oct 2001 08:07:38 -0700 From: Edwin Culp To: Randall Hopper Cc: MultiMedia@FreeBSD.ORG Subject: Re: Device for DVD with mplayer/current/devfs? References: <1002914934.3bc7447630577@Mail.SavvyWorld.Net> <20011012224656.A90053@f113.hadiko.de> <1002914934.3bc7447630577@Mail.SavvyWorld.Net> <20011012210517.A15947@nc.rr.com> <1002944815.3bc7b92f39ba9@Mail.SavvyWorld.Net> <20011013091956.A1069@nc.rr.com> In-Reply-To: <20011013091956.A1069@nc.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs X-Originating-IP: 24.20.19.75 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Randall, Using dvdread 9.2, solved the device problem. It works ! G R E A T ! and so much better and easier than other solutions and hacking I've done previously. Thanks, ed Quoting Randall Hopper : | Edwin Culp: | || |# mplayer -dvd 1 /dev/acd0c | || ... | || |libdvdread: Can't open path /dev/acd0c. | || |Couldn't open DVD device: /dev/acd0c | || | || Don't have current here either. mplayer works here on 4.3-stable (from | || June) with dvdread 0.9.2 as mentioned on the list, with /dev/acd1c | linked | || to /dev/dvd, and running as root. | ... | |I tried that this morning and I get "can't open path /dev/dvd" | |I can dd if=/dev/dvd with a block size and a count and read the title | |so the link works. | | Your mplayer is still linked with libdvdread-0.8.0. 0.8.0 contains that | error string, but 0.9.2 does not. | | This may help: | | > /bin/ls -l /usr/local/lib/libdvdread* | cut -c47- | /usr/local/lib/libdvdread.a | /usr/local/lib/libdvdread.la | /usr/local/lib/libdvdread.so -> libdvdread.so.2 <------------ | /usr/local/lib/libdvdread.so.1 | /usr/local/lib/libdvdread.so.2 | | > ldd /usr/local/bin/mplayer | /usr/local/bin/mplayer: | ... | libdvdread.so.2 => /usr/local/lib/libdvdread.so.2 (0x2843c000) | ... | | And FWIW, this is what I did to build mplayer with libdvdread-0.9.2: | | - Installed dependencies (less libdvdread); namely: win32-codecs, | svgalib, sdl, png, libaudiofile, imake, gtk, glib, gettext, freetype2, | esound, aalib, XFree86, Mesa, libdvdcss | | - Fetched libdvd 0.9.2 src pkg to /usr/ports/distfiles | | - Fetched libdvd port, nuked files/ subdir, change PORTVERSION in | Makefile to 0.9.2, make makesum, make configure, | ln -s /usr/local/bin/libtool work/libdvdread-0.9.2/, make install | | - Fetched mplayer port, and installed with: | | make WITH_MMX=YES WITH_3DNOW=YES WITH_DSP=YES WITH_GUI=YES \ | WITH_OPTIMIZED_CFLAGS=YES WITH_CSS=YES \ | install | | Note that this doesn't result in a correct package list for | libdvdread-0.9.2 (so pkg_delete won't work perfectly), but that's not a big | deal to me. | | Randall | | -- | Randall Hopper | aa8vb@nc.rr.com | --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message