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