Search found 6 matches

Go to advanced search

by M0Vi3Fr3ak
07 Oct 2009 17:24
Forum: General VLC media player Troubleshooting
Topic: jVLC 1.0.0git don't video output in a diferent canvas place
Replies: 24
Views: 2588

Re: jVLC 1.0.0git don't video output in a diferent canvas place

Yes i added a new method "setJVLC" from syuki JVLC jvlc = new JVLC(vlcArguments); MediaList medialist = new MediaList(jvlc); jvlc.setLogVerbosity(LoggerVerbosityLevel.ERROR); //mediendiscriptor mediaDescriptor = new MediaDescriptor(jvlc, source); medialist.addMedia(mediaDescriptor); //get ...
by M0Vi3Fr3ak
06 Oct 2009 19:07
Forum: General VLC media player Troubleshooting
Topic: jVLC 1.0.0git don't video output in a diferent canvas place
Replies: 24
Views: 2588

Re: jVLC 1.0.0git don't video output in a diferent canvas place

jna lib is not in the jar file. you must download jna.jar and put it to the class path.
https://jna.dev.java.net/
by M0Vi3Fr3ak
19 Dec 2008 18:01
Forum: General VLC media player Troubleshooting
Topic: Java VM crashes with jvlc after 5-10 movies
Replies: 0
Views: 342

Java VM crashes with jvlc after 5-10 movies

Hi all, im using jvlc in a swing application. all works fine. i added the canvas with the outputVideo to a jdialog. now i play the video stop it and close the dialog. when i do this 5-10 times (open dialog, play, close dialog) the virtual machine crahes with following error: # # An unexpected error ...
by M0Vi3Fr3ak
04 Dec 2008 00:36
Forum: General VLC media player Troubleshooting
Topic: JVLC with no HotSpot VM
Replies: 0
Views: 112

JVLC with no HotSpot VM

Hi all, first sorry my english sucks:) I have a Swing Java-Programm and includes the JVLC Library. All works fine but i use a native compiler called Excelsior Jet (http://www.excelsior-usa.com/jet.html). After packing i got an jna error called: java.lang.Error: This VM does not store fields in a pre...

Go to advanced search