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
Hi all I am trying to develop a program that uses a program called VLC to display media. This program can be installed on windows; also there is a version for using in java called JVLC. I have used ex
I followed the instructions on this site http://wiki.videolan.org/GenerateLibFromDll for generating a lib file from a dll.The def file is created fine and I have editted it as suggested but when I try
I am trying to add and use a program called JVLC to my program. I downloaded a zip file that contains a jar file(jvlc.jar) for java interface and 2 dll files (jvlc.dll , libvlc.dll) and a folder that
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
I am encountering the following error. The mpg file is in the same directory where vlcwidget.py is located.Could some one point it out the issue or share thier experience?
I have the following code: protected void VLC_Click(object sender, EventArgs e) { SecureString password = ConvertStringToSecureString(\"[password]\");
I am having an issue in my code, which shows a video using the VLC interface.I\'m also showing an overlay on top of that video (in full screen) using the \"Form Transparency\" capability.
I want to run a program called VLC in java and control it while running, for example if user clicked on ❚❚ or ►► button, I do a specific suitable action.
I am recieving live audio as floating points in an updating array.开发者_开发知识库 I want this live data to present as a file that can b read by vlc media player. Can someone guide me how can I do th