jan-ivar has just created a new issue for https://github.com/w3c/mediacapture-record: == What are the default bitrate attribute values? == The [videoBitsPerSecond](https://w3c.github.io/mediacapture-record/MediaRecorder.html#dom-mediarecorder-videobitspersecond) read-only attribute says *"The value of the Video encoding target bit rate that was passed to the Platform (potentially truncated, rounded, etc), or the calculated one if the user has specified bitsPerSecond."* This does not say what to return If neither `videoBitsPerSecond` nor `bitsPerSecond` were passed. Ditto for [audioBitsPerSecond](https://w3c.github.io/mediacapture-record/MediaRecorder.html#dom-mediarecorder-audiobitspersecond). Possible solutions: 1. return `0` 2. Make `audioBitsPerSecond` and `videoBitsPerSecond` attributes nullable. Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/169 using your GitHub accountReceived on Wednesday, 12 June 2019 17:32:53 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:18:47 UTC