Hello:
I have a problem when I compile the example "VLCExample.java". The error is:
[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-mkv' '--enable-release' '--without-contrib' '--enable-nls' '--enable-shared-libvlc' '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-twolame' '--enable-quicktime' '--enable-real' '--enable-realrtsp' '--enable-ffmpeg' '--with-ffmpeg-mp3lame' '--with-ffmpeg-faac' '--with-ffmpeg-config-path=/usr/win32/bin' '--with-ffmpeg-zlib' '--enable-live555' '--with-live555-tree=/usr/win32/live.com' '--ena
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc error: no memcpy module matched "any"
[00000009] main access error: no access module matched "file"
[00000008] main input error: open of `file/xspf-open://C:\Documents and Settings\julio\Datos de programa\vlc\ml.xspf' failed: could not create access: no access module matched "file"
[00000012] main interface error: no interface module matched "hotkeys,none"
[00000012] main interface error: no suitable interface module
[00000001] main libvlc error: interface "hotkeys,none" initialization failed
... done.
[00000015] main access error: no access module matched "any"
[00000013] main input error: open of `C:/videos/' failed: could not create access: no access module matched "any"
JNA: Callback org.videolan.jvlc.event.MediaPlayerCallback@4b4333 threw the following exception:
java.lang.RuntimeException: Unsupported event error. Event id: 15
at org.videolan.jvlc.event.MediaPlayerCallback.callback(MediaPlayerCallback.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.jna.CallbackReference$DefaultCallbackProxy.invokeCallback(CallbackReference.java:384)
at com.sun.jna.CallbackReference$DefaultCallbackProxy.callback(CallbackReference.java:414)
I don't put arg, Do I have to put arguments in this example? ¿native libreries?¿anything else?
I'am new in JVLC
thanks!!!