openfresh / gosrt

Go SRT library with the net package like API.
MIT License
66 stars 16 forks source link

More stats #12

Open cchanms opened 4 years ago

cchanms commented 4 years ago

Hi openfresh, I noticed that some useful stats are missing from https://github.com/openfresh/gosrt/blob/81c6a571969bafefb3459b30c8c1ebbc5877e4c0/srtapi/srtapi_cgo.go#L395

Do you have plan to add more stats? https://github.com/Haivision/srt/blob/master/docs/statistics.md

I feel that pktSentACK, pktRecvACK, pktSentNAK, pktRecvNAK are useful for measuring the performance of SRT.

sample PR: https://github.com/cchanms/gosrt/pull/1/commits/6cd5c9ab3862d91b99c5f5956e9bf7fb3a02135a

Thanks.

cchanms commented 4 years ago

Hi @thmatuza , would you mind taking a look? Thanks!