From owner-freebsd-multimedia Fri Oct 12 10:21: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 B8E1D37B403 for ; Fri, 12 Oct 2001 10:21:41 -0700 (PDT) Received: (from root@localhost) by EnContacto.Net (8.11.6/8.11.4) id f9CHLfB34025 for freebsd-multimedia@FreeBSD.ORG; Fri, 12 Oct 2001 10:21:41 -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; Fri, 12 Oct 2001 10:21:40 -0700 Message-ID: <1002907300.3bc726a4c3c8b@Mail.SavvyWorld.Net> Date: Fri, 12 Oct 2001 10:21:40 -0700 From: Edwin Culp To: freebsd-multimedia@FreeBSD.ORG Subject: Re: Marvel G450 eTV References: <20011006110603.FZLS2863.fepZ.post.tele.dk@there> <20011007145653.A26349@nc.rr.com> <20011011133127.QZYL1982.fepF.post.tele.dk@there> <20011012162239.G77622@lpt.ens.fr> In-Reply-To: <20011012162239.G77622@lpt.ens.fr> 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 I saw this email and decided to compile libdvdcss, libdvdread and mplayer on my current, today's build, and tested mplayer on a couple of mpg's and avi's that I had laying around and it worked fine so I decided to try a dvd with the following results due to the devfs, I suppose. /root/.mplayer # mplayer -dvd 1 /dev/acd0c MPlayer 0.50pre-1(C) 2000-2001 Arpad Gereoffy (see DOCS!) Reading /root/.mplayer/codecs.conf: 18 audio & 39 video codecs Font /root/.mplayer/font/font.desc loaded successfully! (495 chars) Playing /dev/acd0c libdvdread: Can't open path /dev/acd0c. Couldn't open DVD device: /dev/acd0c Exiting... (End of file) This does show libdvdread trying to open /dev/acd0c. The default is /dev/dvd and that isn't created automatically. What device are you using? Does this work with devfs? Thanks, ed Quoting Rahul Siddharthan : | Bjarne Wichmann Petersen said on Oct 11, 2001 at 15:34:04: | > | > > For DVD playback, try vlc. mplayer (just tried this a few minutes ago) | is | > > supposed to handle DVDs too (and probably much faster I'd bet), but the | > > FreeBSD port doesn't build in libcss support... | | mplayer actually uses libdvdread, not libcss. The freebsd port of | libdvdread is 0.8.0, which uses libcss; however, the newer version of | libdvdread is 0.9.x, which uses libdvdcss, which does work on FreeBSD | (there's a port too). I checked that libdvdread 0.9.2 does compile on | FreeBSD, and then the mplayer port builds properly against this | libdvdread. However, I don't have any dvds to check that it can play | them. If I try with an empty drive, it gives an error message from | libdvdcss (the FreeBSD port) about not being to get the encryption | label. So mplayer is linking to libdvdread, which in turn is linking | to libdvdcss, properly. You could try it out, I think it may work. | | R | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-multimedia" in the body of the message | --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message