Open
Bug 1813847
Opened 3 years ago
Updated 2 years ago
libwebrtc seems to queue video RTP stats updates after sending RTP
Categories
(Core :: WebRTC: Audio/Video, defect, P3)
Core
WebRTC: Audio/Video
Tracking
()
NEW
People
(Reporter: bwc, Unassigned)
References
Details
Spec says the stats are supposed to reflect the RTP that has been sent, but this results in a delay on the update of those stats. In particular, it can result in the stats being invisible to JS even when JS on the other side has already observed the packets, which makes testing a bit difficult.
Comment 1•3 years ago
|
||
There is a jump from the pacer thread to the worker thread to update rtp stats.
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•