/api/aes67/sink-statistics

Use the interface to obtain AES67 sink information.

Request Mode

POST /api/aes67/sink-statistics
Name Description
status 0 indicates that the request was accepted successfully. Refer to API Status Codes.
sink-idx Sink index, value range is [0,3].

Response Body

{
    "status": 0,
    "qos": 2,
    "duration": 4690,
    "peak": 0,
    "average": 0,
    "late": 0,
    "lost": 0,
    "buff-count": 0,
    "buff-underflow": 0,
    "buff-overflow": 0,
    "statistics": [
        {
            "x-us": 5000,
            "y-count": 0
        },
        {
            "x-us": 10000,
            "y-count": 0
        },
        {
            "x-us": 15000,
            "y-count": 0
        },
        {
            "x-us": 20000,
            "y-count": 0
        },
        {
            "x-us": 25000,
            "y-count": 0
        },
        {
            "x-us": 30000,
            "y-count": 0
        },
        {
            "x-us": 35000,
            "y-count": 0
        },
        {
            "x-us": 40000,
            "y-count": 0
        },
        {
            "x-us": 45000,
            "y-count": 0
        }
    ]
}
Name Description
status 0 indicates that the request was accepted successfully. Refer to API Status Codes.
qos Qos of AES67 sink.
0x0001: sync
0x0002: not sync
0x0004: Underflow
0x0008: Overflow
0x0010: Late
0x0020: unmute
0x0040: mute
duration Sink running time, in seconds.
peak Sink maximum delay, in us.
average Sink average delay, in us.
late The number of received packets exceeds max delay.
lost Number of lost packets.
buff-count Number of buffer times.
buff-underflow Number of underflow times.
buff-overflow Number of overflow times.
statistics[i].x-us X-coordinate of time (us).
statistics[i].y-count Y-coordinate of count number.

results matching ""

    No results matching ""