set-channel 接口
选择指定数据源为解码数据源。
请求方式
GET http://ip/mwapi?method=set-channel&ndi-name=true&name=xxx
参数 | 说明 |
---|---|
method | 方法名称:set-channel |
ndi-name | 是否为 NDI 数据源,有效值:true/false |
name | 数据源名称 |
返回数据
{
"status": 0,
}
字段 | 说明 |
---|---|
status | 返回状态。0:设置成功,返回其它值请参考 API 状态码。 |