libvlc
Creating DVD navigation using VLC versoin 1.1.4
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[详细]
2023-01-22 13:53 分类:问答How to play youtube videos through vlc plugin?
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[详细]
2023-01-20 08:04 分类:问答libvlc_media_player_get_time returning zero
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[详细]
2023-01-02 06:54 分类:问答VLC/Python bindings?
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[详细]
2022-12-18 20:31 分类:问答Anyone used libvlc on Mac?
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[详细]
2022-12-12 07:47 分类:问答