Recent

Author Topic: Playing video without to install the player  (Read 5505 times)

n7800

  • Hero Member
  • *****
  • Posts: 683
  • Lazarus IDE contributor
    • GitLab profile
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.

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

n7800

  • Hero Member
  • *****
  • Posts: 683
  • Lazarus IDE contributor
    • GitLab profile
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.

n7800

  • Hero Member
  • *****
  • Posts: 683
  • Lazarus IDE contributor
    • GitLab profile
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][+][-]
  1. plugins\
  2. libvlc.dll
  3. 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.

 

TinyPortal © 2005-2018