Skip to main content

Destinations Statistics Object Model

The following destination statistics model is returned after issuing the Get Route Statistics and Get Destination Statistics API commands. The definition depends on the destination protocol.

UDP, RTP, and HLS Destinations
NameTypeDescription
namestringName of the destination.
idstringUnique identifier for the destination.
modestringDestination mode: unicast or multicast.
statestringDestination state: disconnected, connecting, connection established, or connected.
elapsedRunningTimestringEither an empty string (for idle routes), or a string in HH:MM:SS format (e.g. 00:03:46).
bitratenumberStream bitrate in Mbits/s.
signalLossesnumberNumber of signal losses.
usedBandwidthnumberBandwidth used in Mbits/s.
sendRatenumberPacket send rate in Mbits/s.
numPacketsnumberNumber of packets.
SRT Destinations
NameTypeDescription
namestringName of the destination.
idstringUnique identifier for the destination.
modestringDestination SRT mode: caller, listener, or rendezvous.
protocolstringProtocol: srt.
statestringDestination state: disconnected, connecting, connection established, or connected.
elapsedRunningTimestringEither an empty string (for idle routes), or a string in HH:MM:SS format (e.g. 00:03:46).
bitratenumberStream bitrate in Mbits/s.
signalLossesnumberNumber of signal losses.
usedBandwidthnumberBandwidth used in Mbits/s.
sendRatenumberPacket send rate in Mbits/s.
numPacketsnumberNumber of packets.
srtNumLostPacketsnumberSRT number of lost (but recovered) packages.
srtPacketLossRatenumberSRT packet loss rate in percent.
srtNumSkippedPacketsnumber(Receiver only) Missing packets skipped, because they were not recovered in time.
srtDroppedPacketsnumber(Sender only) Number of dropped packets.
srtRoundTripTimenumberSRT round trip time in ms.
srtBufferLevelnumberSRT buffer time in ms.
srtNegotiatedLatencynumberSRT maximum latency in ms.
srtLatencynumber(Receiver only) SRT latency.
srtDecryptionStatestring(Receiver only) SRT receiver decryption state: <empty>, active, initializing, inactive (no passphrase), or inactive (invalid passphrase).
srtPeerDecryptionStatestring(Sender only) SRT peer decryption state: <empty>, active, initializing, inactive (no passphrase), or inactive (invalid passphrase).
srtEncryptionstring(Receiver only) Indicates the cipher used in the received stream: <empty>, AES128, or AES256.
srtMaxBandwidthnumber(Sender only) SRT maximum bandwidth used in Mbits/s.
srtRetransmitRatenumberSRT retransmit rate in bits/s.
srtEstimatedBandwidthnumber(Sender only) SRT estimated path max bandwidth in bits/s.
clientStatobject list(SRT listener only) Array of route client statistics objects. See below for the client statistics model.
connectionsobject list(SRT caller and rendezvous only). Array of destination connections objects. See SRT Statistics Connections Object Model for the definition.

Client Statistics Model

The following client statistics model is returned as part of the response to a Get Destination Statistics or Get SRT Client Statistics API command for SRT Listener outputs.

FieldTypeDescription
labelstringListener output label.
addressstring

Client address.

portnumber

Client connection port.

bitratenumber

Stream bitrate.

signalLossesnumber

Number of signal losses.

srtVersionstring

SRT protocol version of the listener.

SRTPeerVersionstringSRT protocol version of the client.
usedBandwidthnumber

Bandwidth used in Mbits/s.

connectionsobject listArray of destination connections objects. See SRT Statistics Connections Object Model for the definition.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.