Re: libdvdread
Niels Provos <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 25, 2002 at 02:54:49PM -0500, Billy Biggs wrote: > Also implementing POSIX aio methods would be useful too. I keep > meaning to try this out to see. In the case of OpenBSD, as we are lacking UBC, the raw IO to the dvd drive is not being cached. If I access the dvd via isofs I get a throughput of about 6MB/s. However, reading from the raw device maxes out at 900KB/s. That's why a caching layer in libdvdread would be useful for me. I do not know if many other people are having similar problems. Niels.