Osc protocol stopped video

Hi guys I have a question, I have been looking for the command to know when the video has finished with the osc protocol but I can’t find it, I have only seen the loop and pause, ¿ does the command exist ?, if not how else can you determine when the video has finished.

I use casparcg 2.3.3 stable

You can look at the file/time message, which tells you the current play position, and the duration. I cant tell if you will also need file/clip to do this, which contains the start time and a different duration

I have made an Osc library that générateur C# events to handle this case.

Look at section Osc Event

1 Like

Thanks, I do it, its work