HTML5 Video - what is the maximum playback rate?
问题 You can set the playback rate for a HTML5 video element: var player = document.getElementById("video"); player.playbackRate = 100; The w3 spec does not define a limit. What is the maximum playback rate of the <video> element in Chrome and Firefox? If the playback rate is not browser dependent, then what determines it? Research: MDN HTML Media Element says that some browsers will stop playing audio outside of a playback range between 0.25x - 4x. It does not say whether the video element will