Page 1 of 1

how to embed vlc in my own application

Posted: 11 Jul 2007 14:15
by sstrobl
Hallo

I aim to write a small application that uses vlc to display four mpeg4 streams simultaneously on the screen. Besides I would like to be able to use the vlc features such as zoom and transform.

What is the simplest and quickest way of getting this done? Sould this application use WxWidget, QT, JAVA...?

I did managed to write a basic QT application that opens vlc via QProcess but didn't manage to embed the video into my qt frame, i.e. the vlc player opens in a separate window always. But I'm not bound to use QT, I'm happy to use whatever is best for that purpose.

Any help appreciated.
Thanks, Stefan.

Re: how to embed vlc in my own application

Posted: 14 Jul 2007 21:50
by ustunozgur
have you looked at the java and python bindings?

Re: how to embed vlc in my own application

Posted: 19 Jul 2007 19:55
by sstrobl
I wouldn't mind the java bindings but jut can't get it to compile on my SuSE 9.2. But I keep on trying...
Thanks, Stefan.