From owner-freebsd-multimedia Wed Jan 10 12:11:45 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.dvart.com (unknown [64.79.2.12]) by hub.freebsd.org (Postfix) with ESMTP id F40D837B699 for ; Wed, 10 Jan 2001 12:11:26 -0800 (PST) Received: from dvart.com (unknown [64.79.2.4]) by mail.dvart.com (Postfix) with ESMTP id 98A88CCE3 for ; Wed, 10 Jan 2001 12:09:42 +0000 (GMT) Message-ID: <3A5CC1E9.15E30635@dvart.com> Date: Wed, 10 Jan 2001 12:11:21 -0800 From: bruno schwander X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: multimedia@freebsd.org Subject: xine and VCD support Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi everybody, I rewrote the VideoCD support for xine (xine.sourceforge.net) so as to support atapi vcd playing on freebsd. Works pretty well. A patch is needed to the ata driver in order to read raw data. I submitted the code to the xine team, anybody who wants it now is welcome to ask me for it, otherwise I hope xine will have it soon incorporated. The patch was mentioned in some other posts on this mailing list, is it planned to be incorporated in the next FreeBSD release ? I would like to try and get this to work for SCSI cdrom drives too, but the appropriate ioctls are not in the cd driver. Is anyone working on this ? (not to start something if it is already done...) bruno schwander -- *** atapi-cd.c Wed Jan 10 20:47:27 2001 --- atapi-cd.c.original Wed Jan 10 20:48:35 2001 *************** *** 1165,1171 **** ccb[0] = ATAPI_READ_BIG; else { ccb[0] = ATAPI_READ_CD; ! ccb[9] = 0xf8; } } else --- 1165,1171 ---- ccb[0] = ATAPI_READ_BIG; else { ccb[0] = ATAPI_READ_CD; ! ccb[9] = 0x10; } } else ########################################################################### Bruno Schwander Senior Software Engineer Worldgate Communications, Inc tel: (408) 378-7800 x116 fax: (408) 378-8018 email: bschwand@dvart.com ############################################################################ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message