/api/aes67/sink-info

Use the interface to obtain AES67 sink information.

Request Mode

POST /api/aes67/sink-info

Response Body

{
    "status": 0,
    "sinks": [
        {
            "sink-idx": 0,
            "state": 2,
            "name": "Pro_Convert_AES67_1015_0_01",
            "is-manual": false,
            "source-name": "Pro_Convert_AES67_1015_0_01",
            "source-src-ip": "10.10.4.195",
            "source-src-mac": "d0:c8:57:80:df:9d",
            "source-dst-ip": "239.178.203.32",
            "source-dst-port": 5004,
            "ssrc": 425112524,
            "depth": "L24",
            "channel-num": 2,
            "sample-rate": "48000",
            "ptime": "1ms",
            "mediaclk-offset": 0,
            "max-delay": 0,
            "max-buffer": 6,
            "ttl": 15,
            "sdp": ""
        }
    ],
    "sources": [
        {
            "source-name": "Pro_Convert_AES67_1015_0_01",
            "source-src-ip": "10.10.4.195",
            "source-src-mac": "d0:c8:57:80:df:9d",
            "source-dst-ip": "239.178.203.32",
            "source-dst-port": 5004,
            "ssrc": 425112524,
            "depth": "L24",
            "channel-num": 2,
            "sample-rate": "48000",
            "ptime": "1ms",
            "mediaclk-offset": 0,
            "ttl": 15,
            "sdp": ""
        }
    ]
}
Name Description
status 0 indicates that the request was accepted successfully. Refer to API Status Codes.
sinks[i].sink-idx Sink index, value range is [0,3].
sinks[i].state AES67 sink work state.
0: idle
1: success
2: connecting
3: lost
4: format error
sinks[i].name Sink name.
sinks[i].is-manual Manually add a sink.
sinks[i].source-name Source name.
sinks[i].source-src-ip Source IP address.
sinks[i].source-src-mac Source Mac address.
sinks[i].source-dst-ip Destination IP address.
sinks[i].source-dst-port Destination port.
sinks[i].ssrc Source RTP SSRC
sinks[i].sample-rate Set sample rate. Options are 44100, 48000, and 96000.
sinks[i].depth Sample depth. Options are L16, and L24.
sinks[i].channel-num Number of device channels.
sinks[i].ptime Packet time, options are 0.125ms, 0.250ms, 0.333ms, 1ms, and 4ms.
sinks[i].mediaclk-offset RTP offset.
sinks[i].max-delay Max delay, value range is [0, 50], in ms. 0 indicates delay is ignored.
sinks[i].max-buffer Max number of ptime, value range is [1, 16].
sinks[i].ttl TTL, value range is [1, 255].
sinks[i].sdp SDP information.
sources[i].source-src-ip Source IP address.
sources[i].source-src-mac Source Mac address.
sources[i].source-dst-ip Source destination IP address.
sources[i].source-dst-port Source destination port.
sources[i].ssrc Source RTP SSRC
sources[i].sample-rate Source sample rate. Options are 44100, 48000, and 96000.
sources[i].ptime Packet time, options are 0.125ms, 0.250ms, 0.333ms, 1ms, and 4ms.
sources[i].depth Sample depth. Options are L16, and L24.
sources[i].channel-num Number of device channels.
sources[i].mediaclk-offset RTP offset.
sources[i].ttl TTL, value range is [1, 255].
sources[[i].sdp SDP information.

results matching ""

    No results matching ""