Tagged Questions
JVLC is a project creating Java bindings for libvlc and the popular VLC media player. The project is now mostly dead however and vlcj is a more maintained and better supported alternative.
1
vote
1answer
203 views
Keep getting an Error “Component must be displayable”
Hi I keep getting an error "Component must be displayable" and cant solve it I looked at the Questions on SO and tried the solutions but to no avail. I'm trying to implement a JVLC player the error ...
1
vote
2answers
311 views
use ActiveX in java
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 ...
1
vote
1answer
697 views
Java transparent JFrame, JVLC and java.awt.Canvas
I am trying to achieve an effect of transparent JFrame on top of video stream provided JVLC library.
Background is an instance of java.awt.Canvas
Foreground is my whatever JFrame with a couple of ...
1
vote
4answers
8k views
How to use JVLC (Java bindings for VLC)?
I'm trying to use JVLC but I can't seem to get it work. I've downloaded the jar, I installed VLC and passed the -D argument to the JVM telling it where VLC is installed. I also tried:
...
0
votes
2answers
1k views
adding dll library to java using idea for using a program
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 ...