How do i loop a player ?

How do i loop a player (video) within the same diagram so that it plays over and over again until a given condition?

Hello,

You can use a condition component with its properties configured like this :

You may want to replace Player_1 by the name of your player.
You could also use Engine.time instead of player percentage.
The difference is that the test should be on the total recording length instead of a percentage.

And finally, if you don’t want to shutdown the diagram, you can “go back in time” using Engine.time = 0 as the Parse when TRUE value.

For reference here is an article on the condition component :
https://support.intempora.com/hc/en-us/articles/115002841074-Condition-component

Let me know if you have any question,

Best regards,