Page 1 of 1

Question on how to best control VLC with C

Posted: 08 Nov 2010 13:25
by stuv
Hi everyone,

i'm a happy new Wii user and found a way to access it with C. Now i've started a project to use the Wii remote to control my VLC player.

The question is now how to best access a running VLC instance from C (the project should work for Windows and Linux!). I've found there are multiple interfaces for this purpose but i'm not sure which one to use for both - Windows and Linux.

I hope someone can help me with this or point me to the right forum

Re: Question on how to best control VLC with C

Posted: 08 Nov 2010 15:34
by Jean-Baptiste Kempf
Why C?

Re: Question on how to best control VLC with C

Posted: 13 Nov 2010 18:14
by stuv
i like c most, c++ is also ok and libraries are available...

Re: Question on how to best control VLC with C

Posted: 13 Nov 2010 19:58
by Jean-Baptiste Kempf
I would control VLC with http/xml requests.

Re: Question on how to best control VLC with C

Posted: 13 Nov 2010 20:23
by stuv
could you link me to the docs or give me an example of how to create/use a playlist and how to play/stop ?