Re: [webrtc-stats] Need to add the fractionLost into the dictionary RTCInboundRtpStreamStats (#388)

This stat is now in the dictionary RTCRemoteInboundRtpStreamStats - it is reporting on the value of a field in an RTCP message; the stat is in a format that is rather problematic (fraction lost since last report sent).

Why do you need this, rather than computing your own loss statistics from # of packets received and # of packets lost, both of which are members of RTCReceivedRtpStreamStats?

-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/388#issuecomment-461870949 using your GitHub account

Received on Friday, 8 February 2019 16:57:48 UTC