Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

bandwidth test: PLI is picture loss indication #245

Merged
merged 1 commit into from
Oct 10, 2017

Conversation

fippo
Copy link
Contributor

@fippo fippo commented Sep 27, 2017

not packet loss indication. See https://tools.ietf.org/html/rfc4585
Arguably, it is an indication for severe packet loss.

@henbos I heard you know a bit about this "statistics" stuff, can you review?

not packet loss indication. See https://tools.ietf.org/html/rfc4585
Arguably, it is an indication for severe packet loss.
@fippo
Copy link
Contributor Author

fippo commented Sep 27, 2017

I also moved it closer to the NACK in the list. I doubt anyone will notice or care but...

@@ -270,8 +270,8 @@ VideoBandwidthTest.prototype = {
this.test.reportInfo('Packets sent: ' + this.packetsSent);
this.test.reportInfo('Packets received: ' + this.packetsReceived);
this.test.reportInfo('NACK count: ' + this.nackCount);
this.test.reportInfo('Picture loss indications: ' + this.pliCount);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, I filed w3c/webrtc-stats#247

@KaptenJansson
Copy link
Contributor

Thanks for spotting this. Also I intend to rewrite the stats handler in AppRTC and TestRTC but it's a mess.....

@KaptenJansson KaptenJansson merged commit 7058c99 into webrtc:master Oct 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants