The datarhei Core includes a simple SRT server for publishing and playing streams. Check out the SRT configuration and the SRT guide. This API endpoint will list the details of all currently publishing and playing streams.
This endpoint is still experimental and may change in a later minor version increase.
List all currently publishing SRT streams. This endpoint is EXPERIMENTAL and may change in future.
OK
The available space in the receiver's buffer, in bytes
The available space in the sender's buffer, in bytes
Estimated bandwidth of the network link, in Mbps
The number of packets in flight
The maximum number of packets that can be "in flight"
Transmission bandwidth limit, in Mbps
Maximum Segment Size (MSS), in bytes
Accumulated difference between the current time and the time-to-play of a packet that is received late
Current minimum time interval between which consecutive packets are sent, in microseconds
The total number of received ACK (Acknowledgement) control packets
Instantaneous (current) value of pktRcvBuf, expressed in bytes, including payload and all headers (IP, TCP, SRT)
The timespan (msec) of acknowledged packets in the receiver's buffer
The number of acknowledged packets in receiver's buffer
Same as pktRecv, but expressed in bytes, including payload and all the headers (IP, TCP, SRT)
Same as pktRcvDrop, but expressed in bytes, including payload and all the headers (IP, TCP, SRT)
The total number of dropped by the SRT receiver and, as a result, not delivered to the upstream application DATA packets
The total number of received KM (Key Material) control packets
Same as pktRcvLoss, but expressed in bytes, including payload and all the headers (IP, TCP, SRT), bytes for the presently missing (either reordered or lost) packets' payloads are estimated based on the average packet size
The total number of SRT DATA packets detected as presently missing (either reordered or lost) at the receiver side
The total number of received NAK (Negative Acknowledgement) control packets
The total number of received DATA packets, including retransmitted packets
The total number of retransmitted packets registered at the receiver side
Timestamp-based Packet Delivery Delay value set on the socket via SRTO_RCVLATENCY or SRTO_LATENCY
Same as pktRcvUndecrypt, but expressed in bytes, including payload and all the headers (IP, TCP, SRT)
The total number of packets that failed to be decrypted at the receiver side
Same as pktRecvUnique, but expressed in bytes, including payload and all the headers (IP, TCP, SRT)
The total number of unique original, retransmitted or recovered by the packet filter DATA packets received in time, decrypted without errors and, as a result, scheduled for delivery to the upstream application by the SRT receiver.
Instant value of the packet reorder tolerance
Smoothed round-trip time (SRTT), an exponentially-weighted moving average (EWMA) of an endpoint's RTT samples, in milliseconds
Instantaneous (current) value of pktSndBuf, but expressed in bytes, including payload and all headers (IP, TCP, SRT)
The timespan (msec) of packets in the sender's buffer (unacknowledged packets)
The number of packets in the sender's buffer that are already scheduled for sending or even possibly sent, but not yet acknowledged
Same as pktSndDrop, but expressed in bytes, including payload and all the headers (IP, TCP, SRT)
The total number of dropped by the SRT sender DATA packets that have no chance to be delivered in time
The total accumulated time in microseconds, during which the SRT sender has some data to transmit, including packets that have been sent, but not yet acknowledged
The total number of sent KM (Key Material) control packets
The total number of data packets considered or reported as lost at the sender side. Does not correspond to the packets detected as lost at the receiver side.
Timestamp-based Packet Delivery Delay value of the peer
The total number of sent ACK (Acknowledgement) control packets
Same as pktSent, but expressed in bytes, including payload and all the headers (IP, TCP, SRT)
The total number of sent NAK (Negative Acknowledgement) control packets
The total number of sent DATA packets, including retransmitted packets
Same as pktRetrans, but expressed in bytes, including payload and all the headers (IP, TCP, SRT)
The total number of retransmitted packets sent by the SRT sender
Same as pktSentUnique, but expressed in bytes, including payload and all the headers (IP, TCP, SRT)
The total number of unique DATA packets sent by the SRT sender
The time elapsed, in milliseconds, since the SRT socket has been created