libvlc-go icon indicating copy to clipboard operation
libvlc-go copied to clipboard

Repeat doesn't work

Open peakedshout opened this issue 8 months ago • 1 comments

I've tried using the player to loop a single video, but it's bad enough to loop it. So I see that the listplayer has the playback mode set and when I set the vlc. loop, it works (when the list has only one file, it does what I expected); But when I set up VLC. Repeat, without any image output? Why? Did I understand the bias?

_ = listPlayer.SetPlaybackMode(vlc.Repeat)

My code doesn't get images because of this piece of code

peakedshout avatar Jun 12 '24 03:06 peakedshout