UI components and hooks for building video/audio players on the web. Robust, customizable, and accessible. Modern alternative to JW Player and Video.js.
Causes painful UX: if you watch a long video and just expect a normal behavior from Ctrl+0 (which is zooming the page to a normal size), instead it jumps to the beginning and demotivates continuing watching the video, because this requires finding where you were interrupted.
Seems to be there's no mention of such hotkey in the code, there's no such behavior on YouTube and Vimeo, so this appears to be a bug to me.
Doesn't reproduce with <media-player ... key-disabled>.
Thanks for making Vidstack Player anyway! Looks like it's the least buggy and yet most powerful player of those that are currently compatible with p2p-media-loader.
Causes painful UX: if you watch a long video and just expect a normal behavior from
Ctrl+0
(which is zooming the page to a normal size), instead it jumps to the beginning and demotivates continuing watching the video, because this requires finding where you were interrupted.Seems to be there's no mention of such hotkey in the code, there's no such behavior on YouTube and Vimeo, so this appears to be a bug to me.
Reproduction Link: https://www.vidstack.io/player/demo
Doesn't reproduce with
<media-player ... key-disabled>
.Thanks for making Vidstack Player anyway! Looks like it's the least buggy and yet most powerful player of those that are currently compatible with p2p-media-loader.