Re: [mediacapture-main] Width and height of MediaStreamTrack (#647)

Note,

`handleChromiumVideoElementMediaRecorderBug = document.createElement("video").srcObject = tracks;` 

is to workaround a Chromium bug where when the input `MediaStream` is from WebRTC, if the `MediaStream` is not set as `srcObject` of an `HTMLMediaElement` element the resulting `Blob` will have `size` set to `0`.

The question is which specification, HTML or Media Capture and Streams (and derivative specifications), is responsible for `width` and `height` in this case?

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/647#issuecomment-560254263 using your GitHub account

Received on Monday, 2 December 2019 06:36:30 UTC