From: "dl0haus"
[Quoted Text] > I work on an archival application that archives all of > our live broadcasts. Like anything that uses a network, > connectivity can be severed. I have a function that > allows our operators to restart a download, however, I > simply increment a counter on the file and create a new > one... this is getting to be problematic. > > Is there a way using the Encoder SDK or WMFSDK to merge a > sequence of ASF files into a single file? Is there a way > to do this quickly without re-encoding the files?
Look at the WMVAppend sample in the WMF SDK. The same technique works offline on complete files but also online on network streams.
-- // Alessandro Angeli // MVP :: DirectShow / MediaFoundation // mvpnews at riseoftheants dot com // http://www.riseoftheants.com/mmx/faq.htm
|