ah ok... i dont know wich part is important, so the hole output: [00000001] main libvlc debug: VLC media player - version 0.9.2 Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--host=i586-mingw32msvc' '--build=i386-linux' '--enable-mk...
Hi there, is it possible to change marq dyamic? i got this: mdist.addOption(":sub-filter=marq"); mdist.addOption(":marq-marquee=%d.%m.%Y %H:%M x1 x2"); mdist.addOption(":marq-x=20"); mdist.addOption(":marq-y=440"); mdist.addOption(":marq-size=18"); a...
hmm i dont know realy much about vlc commands arguments / commands, is there a faq/tut? i tried public static void main(String[] args) { String[] arg = new String[5]; arg[0] = "--intf=dummy"; arg[1] = "--ignore-config"; arg[2] = "--no-plugins-cache"; arg[3] = "--pl...
hi, i followd the "guide", but no i get an UnsatisfiedLinkError exception. whats wrong? Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'libvlc': Das angegebene Modul wurde nicht gefunden. at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.ja...
So JVLC is much trickier then I thougt... Whatever, whats my mistake? I want to display a rtsp-Stream in a Canvas, manipulate, take Snapshots and record it. If I use a Playlist it works jvlc.setVideoOutput(V_mainFrame.c_video); try { playlist.add("rtsp://169.254.239.208/mpeg4/media.amp", &...