[webrtc-stats] Stat for camera input framerate of local video tracks

henbos has just created a new issue for 
https://github.com/w3c/webrtc-stats:

== Stat for camera input framerate of local video tracks ==
RTCMediaStreamTrackStats.framesPerSecond, frames[Sent/Received] and 
RTC[In/Out]boundRTPStreamStats.frames[Encoded/Decoded] are available 
to find out the configures and actual (degraded) framerates.

However, there is no stat for the actual camera input framerate. This 
can heavily vary due to lighting conditions, and it's useful to 
distinguish between degradation due to device/environment and due to 
the rest of the pipeline/network.

Should we add `unsigned long framesCaptured` to local 
(`isRemote=false`) `RTCMediaStreamTrackStats`?

Please view or discuss this issue at 
https://github.com/w3c/webrtc-stats/issues/159 using your GitHub 
account

Received on Monday, 6 February 2017 13:01:24 UTC