Page 1 of 1

Embedded VLC into a C/C++ program

Posted: 06 Oct 2009 05:07
by 5kinman
Hi All,

I am trying to write a IPTV client running in Linux.
Can I embed the VLC into the program (Just like using VLC ActiveX plugin in Window) so that the client will not start a new instance of VLC?

Thx

Re: Embedded VLC into a C/C++ program

Posted: 06 Oct 2009 12:11
by xtophe
Yes using libvlc.

Re: Embedded VLC into a C/C++ program

Posted: 07 Oct 2009 03:20
by 5kinman
Thx for the reply.

Do you mean that I should add the libvlc to my project and just call the functions in the libvlc?

Re: Embedded VLC into a C/C++ program

Posted: 07 Oct 2009 17:42
by Rémi Denis-Courmont
Yes.

Re: Embedded VLC into a C/C++ program

Posted: 29 Oct 2009 04:22
by 5kinman
I have installed the VLC 1.0.2 Goldeneye version at Ubuntu 9.10 beta.

But I can only find the libvlc file with extension .so , .so.2, .so.2.2.1 and etc..

Where can I find the appropriate library file for the software development?

BTW, is there any suggestion for the application development software? I am a new programmer in linux. Thx

Re: Embedded VLC into a C/C++ program

Posted: 29 Oct 2009 08:20
by Rémi Denis-Courmont
The development files are obviously in the libvlc-dev package.