Date: Wed, 10 Jan 2001 12:11:21 -0800 From: bruno schwander <bschwand@dvart.com> To: multimedia@freebsd.org Subject: xine and VCD support Message-ID: <3A5CC1E9.15E30635@dvart.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A5CC1E9.15E30635>
