/api/aes67/general-info
Use the interface to obtain general information of AES67.
Request Mode
POST /api/aes67/general-info
Response Body
{
"status": 0,
"tx-sample-rate": 48000,
"tx-ptime": "1ms",
"unbld-in": 2,
"unbld-out": 2,
"bld-in": 1,
"bld-out": 0,
"micbias": true,
"st2110": false,
"igmp": 0,
"aac-bitrate-kbps": 128,
"audio-pattern": 0,
"uac-num-channels": 4
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |
tx-sample-rate | Sample rate of AES67 source sample rate. Options are 44100, 48000, and 96000. |
tx-ptime | Packet time of AES67 source packet time. Options are 0.125ms, 0.250ms, 0.333ms, 1ms, and 4ms. |
unbld-in | 0: +12dBu(default) 1: +4dBu(SMPTE) 2: +0dBu 3: -2dBu(EBU) 4: 0dBV 5: -10dBV |
unbld-out | 0: +12dBu(default) 1: +4dBu(SMPTE) 2: +0dBu 3: -2dBu(EBU) 4: 0dBV 5: -10dBV |
bld-in | 0: +24dBu 1: +18dBu(default) 2: +4dBu(SMPTE) 3: +0dBu 4: -2dBu(EBU) 5: 0dBV 6: -10dBV |
bld-out | 0: +18dBu(default) 1: +4dBu(SMPTE) 2: +0dBu 3: -2dBu(EBU) 4: 0dBV 5: -10dBV |
micbias | True indicates MIC bias is enabled, false indicates MIC bias is disabled. |
igmp | IGMP version. 0: auto; 2: IGMPv2; 3: IGMPv3. |
aac-bitrate-kbps | AAC bit rate of TX stream. Options are 128, 192, and 256. |
audio-pattern | Audio pattern. 0: off; 1: analog input; 2: analog output. |
uac-num-channels | Number of UAC channels. You can use /system/uac-format interface to set it. |