libvlc_new always return null in vlc 2.1.3

前端 未结 2 1149
慢半拍i
慢半拍i 2021-01-27 14:57

libvlc_new always return null. I have copied libvlc.dll and libvlccore.dll in debug folder of my solution directory.

We have also tried calling libvlc_new(0,null) and se

相关标签:
2条回答
  • 2021-01-27 15:17

    Found solution, all you need to do is to copy plugins folder to the debug directory of your visual studio solution folder. Hope this would save some time for others trying the same thing. I have been trying this for almost 1 day.

    0 讨论(0)
  • 2021-01-27 15:24

    The param --plugin-path" was ignored.

    By copying the whole plugin directory works with 2.1.3.

    0 讨论(0)
提交回复
热议问题