Maria Sharabayko
Maria Sharabayko
* Updated SRT core statistics documentation * Created a summary table with SRT statistics Please do not merge, it requires final improvements.
This ticket is created to track the work on issues identified by the sanitizer. Related tickets: #1547, #1609, #1610. ## Findings - [ ] FINDING `P00` ============================== False positives or...
As per RFC, in LiveCC module the formula of calculating AvgPayloadSize should be the following ``` On sending a data packet (either original, or retransmitted), update the value of average...
After internal discussion we've agreed to introduce two jitter related statistics: - [RFC 3550](https://tools.ietf.org/html/rfc3550) jitter that is based on the concept of the relative transit time between pairs of consecutive...
Implement `pktRcvBelatedTotal` statistic, as of now only `pktRcvBelated` statistic is calculated.
The calculation of accumulated (Total) statistic is not necessary. Ideally, we should delete the calculation of accumulated statistics and let people do this in the application by summing up the...
Rename FEC related statistics: - `pktRcvFilterSupplyTotal` -> `pktRcvFilterRecoveredTotal` The total number of lost DATA packets recovered by the packet filter at the receiver side (e.g., FEC rebuilt packets; refer to...
Revise and improve SRT stats API: - [ ] The calculation of accumulated (Total) statistic is not necessary, see issue #1232, - [ ] Add pktRcvDiscarded statistics for member sockets...
Is it possible to add AUDIO, VIDEO, SUBTITLES attributes support along with CLOSED-CAPTIONS in StreamInfo object when parsing #EXT-X-STREAM-INF tag? It would be more convenient to get an access to...
Added `SRTO_PACINGMODE` option plus relevant corrections to `SRTO_MAXBW`, `SRTO_INPUTBW` and `SRTO_OHEADBW` options. To be merged together with PR #1383. This is a replacement of documentation provided in mentioned PR. TODO:...