gestalt
gestalt copied to clipboard
Video playbackRate range
Hi all! Thanks for working on this super valuable project ❤️
I ran into the following error after I kept bumping up the Video playback rate in the last example.
NotSupportedError: Failed to set the 'playbackRate' property on 'HTMLMediaElement': The provided playback rate (32) is not in the supported playback range.
Curious what your thoughts are on limiting the playbackRate on Video component to a range. On Stack Overflow, people have linked to Chromium/Firefox code that sets the range to [0.0625, 16.0].
Also, what do you think about automatically muting the video when the playback rate is outside the range [0.5, 4.0]?