weixin_39620653 2020-11-22 02:50
浏览 0

Should native discovery try and load the native library

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

  • 写回答

5条回答 默认 最新

  • weixin_39620653 2020-11-22 02:50
    关注

    Also, if the loading of the native library failed, perhaps continue trying any remaining strategies?

    评论

报告相同问题?