Commit 084a5a9
authored
feat(connectivity) Adds stats based video freeze detection.
* feat(connectivity) Adds stats based video freeze detection.
MediaStreamTrack 'mute' events are no longer fired because of Chrome bug - https://issues.chromium.org/issues/489023910. This introduces logic to track decoded frames stats per SSRC and marks the track as frozen when framesDecoded counter stops incrementing.
* fix: Start stall detection when inbound-rtp stats are missing for a remote track.1 parent 0c6afe8 commit 084a5a9
4 files changed
Lines changed: 852 additions & 7 deletions
File tree
- modules
- browser
- connectivity
- statistics
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
157 | 160 | | |
158 | | - | |
159 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
160 | 164 | | |
161 | 165 | | |
162 | 166 | | |
| |||
0 commit comments