From owner-freebsd-hackers Wed Apr 26 18:10:43 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA04284 for hackers-outgoing; Wed, 26 Apr 1995 18:10:43 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA04278 for ; Wed, 26 Apr 1995 18:10:42 -0700 Received: (from julian@localhost) by ref.tfs.com (8.6.8/8.6.6) id SAA14075; Wed, 26 Apr 1995 18:09:09 -0700 From: Julian Elischer Message-Id: <199504270109.SAA14075@ref.tfs.com> Subject: Re: cdrom & mpeg? To: seki@sysrap.cs.fujitsu.co.jp (Masahiro SEKIGUCHI) Date: Wed, 26 Apr 1995 18:09:09 -0700 (PDT) Cc: hasty@netcom.com, hackers@FreeBSD.org In-Reply-To: <9504270040.AA08099@seki.sysrap.cs.fujitsu.co.jp> from "Masahiro SEKIGUCHI" at Apr 27, 95 09:40:56 am Content-Type: text Content-Length: 681 Sender: hackers-owner@FreeBSD.org Precedence: bulk ah if this is all true, then I know what to do.... > > > As far as I know, Video CD records MPEG data on "MODE2 FORM2"-typed > sectors. It has a different sector layout than Yellow book CD-ROM > (MODE1) or CD-ROM XA (MODE2 FORM1). Particularly, it has more than 2K > bytes in a sector (approx. 2300 bytes, I'm not sure.) > > I belive most of modern CD-ROM drives are capable of Video CD-type > sectors, but you need a device driver which can handle it. You also > need a compatible filesystem, if you want to access an MPEG stream as > a file. > > Are the functions already integrated into FreeBSD drivers/filesystem? > I have not looked into sources... no (not YET) >