libvlc delphi开发环境搭建

下载libvlc,链接为 http://download.videolan.org/pub/videolan/vlc/

获取paslibvlc控件,paslibvlc是DELPHI控件。

1.windows端
(1)拷贝压缩包vlc-3.0.4-win64\vlc-3.0.4\sdk中的include和lib文件夹到个人项目中。
(2)拷贝压缩包vlc-3.0.4-win64\vlc-3.0.4\中的plugins文件夹和libvlc.dll、libvlccore.dll至可执行程序目录。
2.linux端
详情请见github https://github.com/alonegiveup/vlc_demo

相关文章:

  • 2021-07-05
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2021-08-19
相关资源
相似解决方案