Page 1 of 1

Remoting: How to differentiate between two outputs

Posted: 20 Dec 2019, 20:52
by Etienne
I have created a Dual NDI setup in my Machine Configuration with Out A as Program and Out B as Preview.

When I create a Cluster object and inspect the Scenes collection, I see two *defaultlayout* scenes both with PortIID of 0000. I was expecting to see one of the output as 0000 and the other as 0001.

How can I tell which of the layout scene is Out A and Out B using the Remoting API?

Re: Remoting: How to differentiate between two outputs

Posted: 20 Dec 2019, 21:46
by Etienne
My objective is to get a snapshot of two different outputs using the Cluster.Snapshot method. The pipe parameter of the Snapshot method is the pipe index to take the snapshot from. (e.g. "0000" or "0001"). Since both PortIIDs are 0000, I do not know how to differentiate between Out A and Out B when using Snapshot.