Page
115
10.
Source Select
Method: POST
/api/op/sourceselect
1.
Body content for SDI/SMPTE-2022-6/ SMPTE-2110
{
"SourceType": “<String: SDI Input Source>”,
"
ChannelGroup": <Int: 1-2>
}
Note: Allowed SDI input sources are:
"Bnc-1.Sdi",
"Bnc-2.Sdi",
"Sfp-1.Sdi",
"Sfp-1.Smpte2022",
"Sfp-1.Smpte2110",
e.g.
{
"SourceType"
:
"Sfp-1.Smpte2022"
,
"ChannelGroup"
:
2
}
2.
Body content for MADI
{
"SourceType": <String: MADI Input Source>,
"ChannelGroup": <Int: 1-8>
}
Note: Allowed MADI input sources are
"Madi.Coax" and
"Madi.Optical"
ChannelGroup 1 => Channels 1-8 and
ChannelGroup 2 => Channels 9-16 and so on
e.g.
{
"SourceType"
:
"Madi.Coax"
,
"ChannelGroup"
:
6
}
3.
Body content for Analog
{
"SourceType": "Analog.XLR"
}
{
"SourceType": "Analog.DB25"