I'm using the Delphi code shown here - https://wiki.videolan.org/Using_libvlc_with_Delphi, it works fine.
However, I can't seem to add there to run the video at a specific time.
It is
Code: Select all
libvlc_media_player_set_time(libvlc_media_player, 10000);
Code: Select all
Access violation at address 65E85B78 in module Ílibvlccore,dll.
Read of address 00000044
Do you have a tip please, point me to working code, for Delphi X5, I'm running on Windows.