Currently, native discovery attempts to locate the native library and plugins, and set the environment accordingly.
It does not however try and load the library at that point, this is done later by the MediaPlayerFactory.
We could try and internally load the library, create new libvlc_instance_t, and then release it all as part of discovery.
Loading the library can still fail even if discovery locates the library and reports success.
该提问来源于开源项目:caprica/vlcj