Hello,
Is it possible to add support for SRT stats? The SRT library includes functions for obtaining stream stats as described here:
https://github.com/Haivision/srt/blob/master/docs/API/statistics.md
Specifically, the library exposes the following functions for obtaining stats:
int srt_bstats(SRTSOCKET u, SRT_TRACEBSTATS * perf, int clear)
int srt_bistats(SRTSOCKET u, SRT_TRACEBSTATS * perf, int clear, int instantaneous)
Thanks!
Hello,
Is it possible to add support for SRT stats? The SRT library includes functions for obtaining stream stats as described here:
https://github.com/Haivision/srt/blob/master/docs/API/statistics.md
Specifically, the library exposes the following functions for obtaining stats:
int srt_bstats(SRTSOCKET u, SRT_TRACEBSTATS * perf, int clear)
int srt_bistats(SRTSOCKET u, SRT_TRACEBSTATS * perf, int clear, int instantaneous)
Thanks!