Hi All,
I’m looking for some advice… What’s the most straightforward way to build a windows application around VLC???
I’ve been working on a streaming video application based on VLC and I have been able to demonstrate all of its functions using command line or VLM interfaces… Now I’m looking to wrap the functions in a GUI shell to make it “user friendly.” I want the user interface and display function to run on an MS Windows (win2k or xp) machine. I have a built a Linux based app to take live video sources and broadcast them on the net… I want to build an App that will let a windows pc access those streams and be able to display them live, record them, play them back and do some configuration of the “headless” Linux box.
I’ve read about a lot of problems trying to use the ActiveX interface and I’ve tried without success to get vlc to talk to Visual Basic and with HTTP in a web page… There must be something I didn’t get from the code fragment in the wiki and here.
I was hoping someone could point me to the source of some working apps that I could dissect to figure out what I’m not getting…
I was also looking for a simple answer about what I need to compile, recompile, load, patch, etc to get access to VLC from something I can use in building a GUI.
Thanks for your kind help…
Rob