hi dhirwinjr, thanks for your post I am also using a runtime.exec command to launch and use vlc. what do you mean by : It turns out that if you use the "--rc-quite" command line option this fixes the high CPU usage problem when starting VLC using Java. Can you give me your command line, pl...
I successfully compiled the last git version. I followed this tutorial : http://forum.videolan.org/viewtopic.php?f=13&t=47431 In order to use the graphical interface I use the following configure options : ./configure '--prefix=/opt/vlc-git-gui' '--build=i386-linux' '--enable-qt4' '--enable-wxwi...
Not sure but, IMHO, the main unstability problem of JVLC for Windows is related to the asynchronism of JNI calls. If, after a call (i.e. playlist.play(-1, null)) you wait 400ms, the JVM doesn't crash. By contrast, if you try to make a lot of calls at the time without a little sleep time between the...
hi everybody, I am using vlc from the command line to capture and save a webcam stream. Here is the command I launch from windows : vlc -v dshow:// :dshow-vdev="Lenovo USB Webcam" :dshow-adev="Lenovo USB Webcam" :dshow-size="" :sout=#transcode{vcodec=mp4v,vb=768,scale=0...
Hi Filippo, I am using jvlc for my project capturing a webcam stream, and transcoding to a file in linux. I am able to display it in my own frame. My problem is when I change the parameters in vlc in order to add time overlay on the video, I am getting a jvm crash : # # An unexpected error has been ...