Skip to content

Commit

Permalink
adding frames discarded on send (#485)
Browse files Browse the repository at this point in the history
Fixes #397
  • Loading branch information
vr000m committed Sep 16, 2019
1 parent db525a5 commit 8f44f1c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions webrtc-stats.html
Expand Up @@ -1859,6 +1859,7 @@ <h3>
unsigned long hugeFramesSent;
unsigned long framesEncoded;
unsigned long keyFramesEncoded;
unsigned long framesDiscardedOnSend;
unsigned long long qpSum;
unsigned long long totalSamplesSent;
boolean voiceActivityFlag;
Expand Down Expand Up @@ -2059,6 +2060,18 @@ <h2>
you the number of delta frames encoded.
</p>
</dd>
<dt>
<dfn><code>framesDiscardedOnSend</code></dfn> of type <span class=
"idlMemberType">unsigned long</span>
</dt>
<dd>
<p>
Total number of video frames that have been discarded for this SSRC due to socket
errors, i.e. a socket error occured when handing the packets to the socket. This
might happen due to various reasons, including full buffer or no available
memory.
</p>
</dd>
<dt>
<dfn><code>qpSum</code></dfn> of type <span class="idlMemberType">unsigned long
long</span>
Expand Down

0 comments on commit 8f44f1c

Please sign in to comment.