From owner-freebsd-multimedia Mon Sep 18 11:45:37 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from guru.mired.org (zoom1-140.telepath.com [216.14.1.140]) by hub.freebsd.org (Postfix) with SMTP id D8EC137B42C for ; Mon, 18 Sep 2000 11:45:32 -0700 (PDT) Received: (qmail 50566 invoked by uid 100); 18 Sep 2000 18:44:54 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14790.25254.881225.246152@guru.mired.org> Date: Mon, 18 Sep 2000 13:44:54 -0500 (CDT) To: Soren Schmidt Cc: fjoe@iclub.nsu.ru (Max Khon), 320048919767-0001@t-online.de (Heiko Schaefer), uwe@ptc.spbu.ru (Valeriy E. Ushakov), freebsd-multimedia@FreeBSD.ORG Subject: Re: vcd In-Reply-To: <200009181038.MAA88108@freebsd.dk> References: <200009181038.MAA88108@freebsd.dk> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Soren Schmidt writes: > It seems Max Khon wrote: > > hi, there! > > On Mon, 18 Sep 2000, Soren Schmidt wrote: > > > > of course we are also interested in making vcd playback possible (i also > > > > have some here :)) ! so .. where can i find this vcd-patch that you were > > > > talking about on the list ? i am looking for a system-independant way to > > > > make xine play vcds... is this "luoqi's CDIOCREADCD" something > > > > freebsd-specific ? > > > On FreeBSD you should just open the device, set the blocksize via > > > the right ioctl, and the read normally from the device. There is > > > no longer a need for the ioctl hacks.... > > this is ok. but can we emulate linux ioctls using our scheme? > Why not ? > > BTW this all only applies to ATAPI CD's nobody use SCSI anymore ?? Yes, I do. And yes, making those IOCTL's work on SCSI cd's is on my list of things to do. I've got buried right after deciding to do that.