Page 1 of 1

Callable downloading routines...

Posted: 19 Mar 2007 19:54
by dl0haus
I am working on a project now that manages streams for a broadcasting network. I have written custom code to do MMS downloads of ASF media which is working pretty good. Given the breadth of functionality of VLC I was looking for ways of leveraging this...

Does VLC have libraries that are callable for downloading media streams from servers to files with some kind of callback to inform the calling application of status/errors? Basically this application is .NET and needs to be on the Windows platform due to requirements. I was mostly concerned about public interfaces to VLC's downloading capability. I don't need anything visual, no playback or anything like that, just downloading from MMS/RTSP/HTTP servers with a storage in AVI, WMV or whatever format would allow for scanning inside of Media Player (the ability to hop to whatever part of the file, rewind, FF, etc).

Thanks,
D