/api/aes67/source-info
Use the interface to obtain AES67 source information.
Request Mode
POST /api/aes67/source-info
Response Body
{
"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"
}
]
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |
sources[i].uid | Unique ID. |
sources[i].name | AES67 source name. |
sources[i].enable | True: enable AES67. False: disable AES67. |
sources[i].state | Send state. 0: pending 1: sending 2: fail 3: unicast address is not available. |
sources[i].dst-ip | Destination IP address. |
sources[i].depth | Sampling bit depth, options are L16, and L24. |
sources[i].payload | RTP payload |
sources[i].depth | Sample depths include L16 and L24. |
sources[i].channel-num | Number of channels. |
sources[i].ttl | TTL within [0, 255]. |
sources[i].dscp | DSCP value, options are BE, AF31, AF41, EF. |
sources[i].sdp | SDP description. |