Search found 2 matches

Go to advanced search

by bLight
05 Dec 2023 14:12
Forum: Development around libVLC
Topic: Looping video playback
Replies: 2
Views: 1499

Re: Looping video playback

If anyone is curious,
I managed to work-around this issue by attaching the player to the medialist object and setting the looping mode on the medialist object.
by bLight
30 Nov 2023 17:13
Forum: Development around libVLC
Topic: Looping video playback
Replies: 2
Views: 1499

Looping video playback

I'm writing code in Delphi using the PasLibVLC library. I got playback, seeking, volume and play/pause working, but now I'm trying to solve looping. I am capturing the "OnMediaPlayerEndReached" event and within it I'm calling "SetVideoPosInMs" with a value of "0" to res...

Go to advanced search