SDK for writing DVD's

Posted by Matt Warren on Stack Overflow See other posts from Stack Overflow or by Matt Warren
Published on 2008-09-12T11:56:26Z Indexed on 2010/03/18 4:31 UTC
Read the original article Hit count: 336

Filed under:
|
|
|

I need to add DVD writing functionality to an application I'm working on. However it needs to be able to write out files that are being grabbed "live" from a camera, over a long period of time. I can't wait until all the files are captured before I start writing them to the DVD, I need to write them out in chunks as I go along.

I've looked at IMAPI v2, but the main problems seems to be that you need to point it to all the files you plan to write out to disk before you start the burning process. I know it has to concept of "sessions", which means you can write to the DVD in several parts, before you finally "close" it.

But I was wondering if there were any other DVD writing SDK's that allow you to be constantly writing files to a DVD and in particular files that are only in memory. It would be more efficient if I didn't have to write the captured images out to hard before they are burned to DVD.

The solution needs to work under .NET on Windows XP and vista

© Stack Overflow or respective owner

Related posts about .NET

Related posts about SDK