Development around libVLC • Endless loop



I read in earlier versions it was possible with

Code:

input-repeat=-1

Now

Code:

input-repeat

does not accept negative values anymore.
It is possible to loop a video like this:

Code:

input-repeat=2147483647

But it is not really endless (of course, not very realistic that I need to play it for more than 2147483647 times).
Is there a way to implement an endless loop of a media file?

https://stackoverflow.com/questions/490 … t-repeat-1

Statistics: Posted by Jona — 20 Jun 2024 10:44