You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #2934 fixes group statistics counting the number of packets dropped by a group. However, the counting starts only after the very first packet has been read from one of the members. This initializes the base sequence number m_RcvBaseSeqNo used to count the stats.
Therefore, if a drop happens in the beginning of the transmission, an SRT group would not count it.
SRT v1.5.4-dev.
The text was updated successfully, but these errors were encountered:
PR #2934 fixes group statistics counting the number of packets dropped by a group. However, the counting starts only after the very first packet has been read from one of the members. This initializes the base sequence number
m_RcvBaseSeqNo
used to count the stats.Therefore, if a drop happens in the beginning of the transmission, an SRT group would not count it.
SRT v1.5.4-dev.
The text was updated successfully, but these errors were encountered: