mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 00:48:05 +02:00
…
|
||
---|---|---|
.. | ||
example | ||
lazvlc.lpk | ||
lazvlc.pas | ||
lazvlc.res | ||
lclvlc.pp | ||
README.txt | ||
reglazvlc.pas | ||
tlclvlcplayer.png | ||
tvlcmedialistplayer.png | ||
vlcgtk2.inc | ||
vlcqt.inc |
This component is a video player based on the VLC libraries. You need the VLC library headers in FPC, so this will only compile with FPC 2.7.1 and higher. The component works on Windows and Linux with GTK2. It should work with QT, but this is untested. The test directory contains a sample project that shows minimal use of the component. There are actually 2 components: TLCLVLCPLayer and TVLCMediaListPlayer The former plays 1 video file. The second can be used to create a playlist and uses a TLCLVLCPLayer to play the media.