I have been developing a DVD player using vlc version 1.1.1 libraries and have recently upgraded to version 1.1.4.Previously I have been getting the current vlc_object_t by using libvlc_get_vlc_instan
I\'m using vlc plugin into C# Windows form application. It works fine with all media type but it can\'t play youtube videos开发者_如何学编程 through the plugin also it can be played in the main player
hey people I was writing a sim开发者_StackOverflowple application to run a video stream using libvlc.But it seem that libvlc_media_player_get_time() function is not working properly.It is returning ze
Does anyone know how to implement the VLC Python bindings?I downloaded vlc.py and vlcwidget.py from the VLC wiki (http://wiki.videolan.org/Python_bindings) and tried to run vlcwidget.Other than having
Edit I\'ve been able to simplify the reproduction of the error: When trying to build this sample: $ cc example.c -arch i386 -lvlc.2 -L/Applications/VLC.app/Contents/MacOS/lib/-I/Applications/VLC.ap