Monitor OSC for ffmpeg stop

How are you guys monitoring OSC for ffmpeg producer stop commands?

I’m writing a small application to display current ffmpeg producer time, and need to reset display to 0 when “STOP 1-1” is issued.

STOP clears the producer so it will stop emitting OSC updates.

Or you could build your own CCG with support for events over OSC like I do, these are the relevant changes: https://github.com/nrkno/tv-automation-casparcg-server/pull/12

1 Like