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.
Questions tagged [jvlc]
9 questions
3
votes
2 answers
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 contains many dll files. when I run my program an…

sajad
- 2,094
- 11
- 32
- 52
1
vote
1 answer
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 occurs when I try " .setVideoOutput(canvas1) " in…

Hallinan13
- 25
- 1
- 9
1
vote
3 answers
Can not include vlc library in java application
i'm try to create media player for clients using vlcj with out need to install VLC in their PCs, from VLC.
i take this code from official site of VLC it work fine until i add EmbeddedMediaPlayerComponent() it get error
when i use
new…

Ahmed
- 112
- 2
- 12
1
vote
2 answers
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 executing vlc.exe as a process. also I have tried…

sajad
- 2,094
- 11
- 32
- 52
1
vote
1 answer
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 controls on…

rugelfuss
- 21
- 3
1
vote
4 answers
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:
NativeLibrary.addSearchPath("libvlc", "C:\\Program…

asterite
- 7,761
- 2
- 23
- 18
0
votes
0 answers
Embed a media player with JRE1.5
I am trying to embed a media player into a jpanel but having not much luck as my frame work is a legacy one (running windows XP and jre 1.5).
I very much wish to use vlcj but as it turns out it minimally has to have jre6 hence I am very much stuck.…

zsefv
- 1
0
votes
0 answers
jvlc player not loading the video
I have been trying to play a video through Java. I am using DJ Native swing to play the video. The following code is getting compiled without any errors but it's not loading the video.
import chrriis.dj.nativeswing.swtimpl.NativeInterface;
import…

krishna kumar
- 1
- 1
0
votes
0 answers
JVLC libvlc error on windows 7
I have a problem with this java code doesn't execute :
Exception in thread "main" java.lang.UnsatisfiedLinkError:
Unable to load library 'libvlc': The specified module could not be found.
at…

star
- 164
- 1
- 2
- 13