From owner-freebsd-stable Sun Jul 22 23:41:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from fepF.post.tele.dk (fepF.post.tele.dk [195.41.46.135]) by hub.freebsd.org (Postfix) with ESMTP id 5E32F37B407 for ; Sun, 22 Jul 2001 23:41:14 -0700 (PDT) (envelope-from mekanix@privat.dk) Received: from mekanix.my.domain ([62.243.77.192]) by fepF.post.tele.dk (InterMail vM.4.01.03.21 201-229-121-121-20010307) with SMTP id <20010723064111.NXZG20557.fepF.post.tele.dk@mekanix.my.domain>; Mon, 23 Jul 2001 08:41:11 +0200 Date: Mon, 23 Jul 2001 08:42:29 +0200 From: Bjarne Wichmann Petersen To: Gabriel Rocha Cc: freebsd-stable@freebsd.org Subject: Re: Watching DVD's in -stable Message-Id: <20010723084229.418af483.mekanix@privat.dk> In-Reply-To: <20010717152917.A5466@geeksimplex.org> References: <20010717152917.A5466@geeksimplex.org> X-Mailer: Sylpheed version 0.4.64 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 17 Jul 2001 15:29:17 -0400 Gabriel Rocha wrote: > Hey, > I am just curious if I missed something totally obvious, if I > have, please hit me over the head with a clue-by-four and I will > go away quickly. But is there anything akin to oms and the > video4linux project for freebsd? I want to ditch my windows > partition on my laptop, but it would be such a waste of a > perfectly nice dvd drive...Thanks in advance. --gabe I'm using vlc (videolan), but it doesn't compile out of the box especially if you've installed gnome/gtk via ports. Ports installs in .../gtk12 .../glib12 etc. while vlc looks in .../gtk and .../glib etc. This is the "howto" I got on the vlc-list: I'm still working on getting all the parts lined up to make it compile. Thus far: In plugins/sdl/vout_sdl.c I've changed the SDL include to: #include In Makefile.opts, I've changed CFLAGS_GTK = to: CFLAGS_GTK = -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 I'm still getting syntax errors in /usr/include/netinet/in.h when compiling plugins/vout_sdl.c. So, I've removed sdl from the build. Everything else has compiled and I am now playing with the gnome-vlc interface trying to get it to play a DVD. I haven't succeeded on sdl. But it works with gnome/gtk, though quite unstable. And the sound is quite crappy, don't know why. Xine on the other hand works great, less overhead (50-75% of that of vlc), though I've yet to find at css-plugin that works with BSD... Bjarne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message