MediaRecorder does not handle size changes
Categories
(Core :: Audio/Video: Recording, defect)
Tracking
()
People
(Reporter: manatakahe, Unassigned)
References
Details
Attachments
(1 file)
842 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:101.0) Gecko/20100101 Firefox/101.0
Steps to reproduce:
Run attached test case
Actual results:
MediaRecorder
should handle changes in video size (e.g. window size changes from getDisplayMedia()
)
Expected results:
Changing the size of the video source gives an error.
Reporter | ||
Comment 1•3 years ago
|
||
The same issue occurs with getDisplayMedia()
which is potentially higher impact, becuase it means that MediaRecorder
can't reliably record a window.
Comment 2•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Audio/Video: Recording' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•3 years ago
|
||
Perhaps support for size changes would be classified as an enhancement, but the Restricted {}
error
property on the "error" event at least looks like a defect.
Updated•3 years ago
|
Reproduced when sharing a calc window application on Windows via getDisplayMedia api.
See https://jsfiddle.net/r3cwqhbn/3/
Cick Start button, select a window to share, then resize it
Description
•