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.
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...