RemoteVideoStats
WebRTC stats from a remote video stream
Properties
bytesReceived?
optional
bytesReceived:number
The total number of video bytes received
firCount?
optional
firCount:number
The total number of Full Intra Request (FIR) packets sent
frameHeight?
optional
frameHeight:number
Represents the height of the last decoded frame
framesDecoded?
optional
framesDecoded:number
The number of video frames decoded
framesDropped?
optional
framesDropped:number
The total number of video frames dropped prior to decode
framesPerSecond?
optional
framesPerSecond:number
The number of decoded frames during the last second
framesReceived?
optional
framesReceived:number
The number of video frames received
frameWidth?
optional
frameWidth:number
Represents the width of the last decoded frame
freezeCount?
optional
freezeCount:number
The total number of video freezes experienced by receiver
headerBytesReceived?
optional
headerBytesReceived:number
The number of RTP header bytes received
jitter?
optional
jitter:number
The jitter measured in seconds for this video source
jitterBufferDelay?
optional
jitterBufferDelay:number
Represents the sum of time in seconds that packets buffered in jitter buffer
jitterBufferEmittedCount?
optional
jitterBufferEmittedCount:number
The total number of samples that have come out of the jitter buffer
keyFramesDecoded?
optional
keyFramesDecoded:number
The number of key frames decoded
nackCount?
optional
nackCount:number
The NACK count sent for receiving video
networkQuality?
optional
networkQuality:NetworkQuality
The network quality associated with receiving remote video
packetsDiscarded?
optional
packetsDiscarded:number
The number of video RTP packets discarded
packetsLost?
optional
packetsLost:number
The number of video RTP packets lost
packetsReceived?
optional
packetsReceived:number
The number of video RTP packets received
pauseCount?
optional
pauseCount:number
The total number of video pauses experienced by receiver
pliCount?
optional
pliCount:number
The total number of Picture Loss Indication (PLI) packets sent
ssrc?
optional
ssrc:number
A positive 32-bit integer uniquely identifying the SSRC of the RTP packets whose statistics are covered by this stream
totalDecodeTime?
optional
totalDecodeTime:number
The total time spent decoding video frames (in seconds)
totalFreezesDuration?
optional
totalFreezesDuration:number
The total duration of rendered frames which are considered frozen
totalInterFrameDelay?
optional
totalInterFrameDelay:number
The total inter-frame delay (in seconds)
totalPausesDuration?
optional
totalPausesDuration:number
The total duration of pauses in seconds
totalSquaredInterFrameDelay?
optional
totalSquaredInterFrameDelay:number
The total squared inter-frame delay (in seconds squared)