Insert VLC in my application.
Posted: 11 May 2006 12:30
by Blaine
Hi,
I need insert VLC in my application in Fedora 4(C++ using SDL) to play videos. where can I get information about this? (libraries,documentation, examples....)
I'm sorry but I've never made something like this in my applications and I don't know how can I do it.
bye
-Blaine-
Re: Insert VLC in my application.
Posted: 11 May 2006 20:37
by littlejohn
Hi,
I need insert VLC in my application in Fedora 4(C++ using SDL) to play videos. where can I get information about this? (libraries,documentation, examples....)
I'm sorry but I've never made something like this in my applications and I don't know how can I do it.
bye
-Blaine-
Maybe it could be useful to take a look at the .cc files in the java bindings directory in vlc-source-tree/bindings/java. It may be taken as an example of external use of libvlc functions.
Cheers,
lj
Re: Insert VLC in my application.
Posted: 12 May 2006 11:49
by Blaine
Hi,
I need insert VLC in my application in Fedora 4(C++ using SDL) to play videos. where can I get information about this? (libraries,documentation, examples....)
I'm sorry but I've never made something like this in my applications and I don't know how can I do it.
bye
-Blaine-
Maybe it could be useful to take a look at the .cc files in the java bindings directory in vlc-source-tree/bindings/java. It may be taken as an example of external use of libvlc functions.
Cheers,
lj
Thank you very much. I will look the files.
Cheers,
-Blaine-