/api/aes67/source-info 接口
AES67 source 信息
请求方式
POST /api/aes67/source-info
返回数据
{
"status": 0,
"sources": [
{
"uid": 1,
"name": "unicast-111",
"enable": true,
"state": 1,
"dst-ip": "239.10.10.100",
"dst-port": 5004,
"payload": 96,
"depth": "L24",
"channel-num": 2,
"ttl": 254,
"dscp": "BE",
"sdp": "v=0\r\no=- 0 200 IN IP4 192.168.10.40\r\ns=unicast-111\r\nc=IN IP4 239.10.10.100/254\r\nt=0 0\r\na=keywds:Magewell\r\nm=audio 5004 RTP/AVP 96\r\ni=2 channels: Left, Right\r\na=recvonly\r\na=rtpmap:96 L24/48000/2\r\na=ptime:1\r\na=ts-refclk:ptp=IEEE1588-2008:D0-C8-57-FF-FE-80-DF-98:0\r\na=mediaclk:direct=0\r\na=ssrc:0\r\n"
}
]
}
属性 | 说明 |
---|---|
status | 0:执行成功。返回其它值请参考 API 状态码。 |
sources[i].uid | 唯一UID |
sources[i].name | AES67 source名称 |
sources[i].enable | 是否使能 |
sources[i].state | 发送状态 0: pending 1:sending 2: fail 3:单播地址不可用 |
sources[i].dst-ip | source发送IP |
sources[i].dst-port | source发送端口 |
sources[i].payload | RTP payload |
sources[i].depth | 采样位宽 L16, L24 |
sources[i].channel-num | 通道数 |
sources[i].ttl | TTL值, 范围[0, 255] |
sources[i].dscp | DSCP可用值 BE, AF31, AF41,EF |
sources[i].sdp | SDP 信息 |