Hi all, I got some of my problems fixed. However I got some question with the function void libvlc_video_set_parent (libvlc_instance_t *, libvlc_drawable_t ,libvlc_exception_t *) This function is used for set the default video output parent. This settings will be used as default for all video output...
Hi, In order to go over this error, you can edit the file Makefile in ./extra/contrib/src/ So you edit ./extra/contrib/src/Makefile Look for cd ffmpeg; ./configure --enable-mp3lame --enable-faac --prefix=/home/user/vlc-0.8.6a/extras/contrib --extra-cflags="-I/home/user/vlc-0.8.6a/extras/contrib...
My program is running under linux. => Kubuntu 6.06
I have compiled VLC 0.8.6.a by hand and used for my app libvlc.a from this compilation. I got no error during the compilation and the compiled VLC is working fine.
Thanks, I already know that the GUI of VLC is in Wxwidget but I have really no idea how to integrate to my existing Wxwidget application. I try to use libvlc to implement Vlc inside my application. However my Vlc doesn't start when I m doing : libvlc_instance_t *_vlcinstance; _vlcinstance=libvlc_new...
Great, it's cool that you managed to install it. Maybe we should change the topic name with [solved] ??? About the fullscreen mode, you should use a gnome session at the login screen and not Enlightment desktop . If you go in through a GNOME session. It won't crash. Another nice link about VLC insta...
Hi all, I was looking over the web and I found a nice tutorial to integrate Vlc to an Qt apps. http://doc.qtfr.org/post/2007/02/21/Integration-de-VLC I was wondering if anybody as already done it with an Wxwidget apps devel? I am using libvlc to integrate the player inside my wxwidget application. I...
Hello, Apparently you can easily integrate VLC inside a Qt project. Look at http://doc.qtfr.org/post/2007/02/21/Integration-de-VLC , it is in French but it's a nice tutorial. LibVLC Api over there : http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html Good luck Eric :wink: