TouchOut and TouchIn TOP connection status

Hi,

I have a situation where it would be useful for a TD instance using a Touch Out TOP to know if a Touch In TOP in a different instance is currently consuming its stream. I noticed there was a “connected” channel available through the Info CHOP in the case of the Touch In TOP but not in the case of the Touch Out TOP. I assume this is because the Touch Out sends a UDP stream which is “connectionless”.

If there is no other readymade solution I guess I’ll implement my own mechanism (info CHOP “connected” channel into Touch OUT CHOP in first instance sending status to Touch In CHOP in second instance) but if you know of an easier, lazier approach I’m all ears!

Thanks!

P.S. I just noticed that the NDI Out TOP exposes a “num_connected” channel via the Info CHOP. Something similar for the Touch Out TOP would be great!