Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Audio and Video
»
Playing video without to install the player
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
GDB 17 for Windows
by
Martin_fr
[
Today
at 09:35:48 am]
[New Component] ExtTabCtr...
by
ovidio
[
Today
at 09:30:15 am]
FPC Unleashed (inline var...
by
Thaddy
[
Today
at 09:29:55 am]
Very rough version of a s...
by
hedgehog
[
Today
at 08:24:00 am]
Release ray4laz 6.0
by
Guva
[
Today
at 07:45:39 am]
Lazarus Main and Gnome/Wa...
by
dbannon
[
Today
at 04:54:01 am]
Splitting Picture into Qu...
by
ADMGNS
[June 06, 2026, 10:44:04 pm]
water filling simulation
by
ADMGNS
[June 06, 2026, 09:54:50 pm]
Array of structure -> str...
by
Seenkao
[June 06, 2026, 09:44:44 pm]
Portable verion of FPC an...
by
backprop
[June 06, 2026, 08:40:34 pm]
TStringGrid Question
by
J-G
[June 06, 2026, 08:05:52 pm]
Benchmark: converting arr...
by
LemonParty
[June 06, 2026, 03:25:25 pm]
Read/Parse PDB file to ge...
by
marcov
[June 06, 2026, 02:48:12 pm]
[SOVLED]Curved text in La...
by
paweld
[June 06, 2026, 11:00:52 am]
Fast Canvas Library V1.05...
by
microxa
[June 06, 2026, 07:03:07 am]
"Identifier idents no mem...
by
Thaddy
[June 06, 2026, 05:43:52 am]
[SOLVED] TPrintDialog Pro...
by
spuds
[June 06, 2026, 01:30:20 am]
TPairsplitter could be be...
by
jamie
[June 06, 2026, 12:36:34 am]
FloatToStr issue
by
J-G
[June 06, 2026, 12:06:38 am]
Pascal for AI Agent CLI T...
by
Martin_fr
[June 05, 2026, 08:01:11 pm]
storing assets for releas...
by
flowCRANE
[June 05, 2026, 07:30:13 pm]
Benchmark aligned vs unal...
by
LeP
[June 05, 2026, 06:33:08 pm]
TstringGrid read cell col...
by
hedgehog
[June 05, 2026, 06:29:11 pm]
Range checks and `Move` o...
by
ASerge
[June 05, 2026, 05:17:19 pm]
Why is var after type in ...
by
Warfley
[June 05, 2026, 02:36:17 pm]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Playing video without to install the player (Read 5539 times)
n7800
Hero Member
Posts: 707
Lazarus IDE contributor
Re: Playing video without to install the player
«
Reply #15 on:
November 20, 2025, 04:37:19 pm »
I usually place it in a "
VLC
" subfolder of the application. This makes it easier to update
VLC
version and keeps it separate from the project files.
Logged
WimVan
Jr. Member
Posts: 93
Re: Playing video without to install the player
«
Reply #16 on:
February 02, 2026, 08:26:48 am »
When using a subfolder for VLC, which files, ... must be there ?
- VLC libraries (libvlc.dll, libvlccore.dll)
- Pluginfolder ?
- ?
thanks
Logged
n7800
Hero Member
Posts: 707
Lazarus IDE contributor
Re: Playing video without to install the player
«
Reply #17 on:
April 17, 2026, 11:35:42 pm »
As
I mentioned
, simply copy all the player files (you can even keep "
vlc.exe
" itself in case you're testing with the original player).
Of course, you won't need all of them, but the number of unnecessary files will be minimal. There's no point in figuring out which ones, especially while you're still writing a rough draft.
Logged
n7800
Hero Member
Posts: 707
Lazarus IDE contributor
Re: Playing video without to install the player
«
Reply #18 on:
April 17, 2026, 11:51:39 pm »
It seems these files (and folder) will be sufficient:
Code: Pascal
[Select]
[+]
[-]
plugins\
libvlc
.
dll
libvlccore
.
dll
You can find more precise information in the official
VLC
documentation, it should explain what each folder/file is for. But again, it's not that important - just leave them all. The difference in size will be small.
Logged
Print
Pages:
1
[
2
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Audio and Video
»
Playing video without to install the player
TinyPortal
© 2005-2018