139
edits
(Adding about:webrtc tour TODO) |
(Temp adding peerconnection expand image) |
||
Line 26: | Line 26: | ||
'''Using [about:webrtc] to Diagnose Delay''' | '''Using [about:webrtc] to Diagnose Delay''' | ||
The PeerConnection informational blocks start out in a minimized state, and one will need to expand a block to find the RTP stats section: | The key metrics in [about:webrtc] are RTT (round-trip-time) and jitter. They can be found in the RTP stats section of the PeerConnection. The PeerConnection informational blocks start out in a minimized state, and one will need to expand a block to find the RTP stats section: | ||
[[File:About webrtc reveal PeerConnection stats.png|800px|border|How to reveal the full statistics of a PeerConnection in about:webrtc]] | |||
Once expanded one can locate the RTP Stats section and find the key diagnostic stats: | |||
[[File:About webrtc Jitter and RTT.png|800px|border|Location in about:webrtc of jitter and RTT stats]] | [[File:About webrtc Jitter and RTT.png|800px|border|Location in about:webrtc of jitter and RTT stats]] | ||
edits