i use a own small wrapper for java and with vlc 1.0.5 it works fine.
Now i made some changes for the new version:
Code: Select all
// bis 1.0.5: LibVlcMediaDescriptor libvlc_media_new(LibVlcInstance instance, String mrl, libvlc_exception_t exception);
LibVlcMediaDescriptor libvlc_media_new_location(LibVlcInstance instance, String mrl);
Code: Select all
Starte VLC...
This object event manager doesn't know about 'Unknown Event' events[056af8b8] mp4 stream warning: unknown box type sdtp (incompletely loaded)
[008c8f00] mp4 demux warning: elst box found
[008c8f00] mp4 demux warning: CTTS table
[008c8f00] mp4 demux warning: elst box found
[008c8f00] mp4 demux warning: control query 14 unimplemented
[08d33808] faad decoder warning: decoded zero sample
[056bdd18] main window warning: Could not inherit value for var qt4-iface from config. Invalid Type
[056bdd18] main window warning: Could not inherit value for var qt4-iface from config. Invalid Type
[08f00598] main filter warning: option opacity is unknown
[08e109b8] main video output warning: vlc_object_find_name(postproc) is not safe!
Can anyone help me?
regards, Bruno