/api/aes67/source-apply
Use the interface to apply AES67 source configurations.
Request Mode
POST /api/aes67/source-apply
Name | Description |
---|---|
uid | Unique ID. |
name | AES67 source name. |
enable | True: enable AES67. False: disable AES67. |
dst-ip | Destination IP address. |
dst-port | Destination port. |
payload | RTP payload |
depth | Sampling bit depth, options are L16, and L24. |
channel-num | Number of channels. |
ttl | TTL within [0, 255]. |
dscp | DSCP value, options are BE, AF31, AF41, EF. |
Response Body
{
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |