In case anyone's wondering, this website's syntax highlighting color scheme is called "gruvbox", which I quite like but took an embarrassingly long time to track down https://github.com/morhetz/gruvbox
Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
141–150 of 170 posts
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#142Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#143Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#144[flagged]
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#145Earlier quoted context omitted.
All solid feedback, thanks! I'm making sure these get captured as issues. Otherwise we're closely tracking feature parity with Plyr (and other players) and our goal is to have full parity by GA, aiming for the middle of the year.
If we’re doing feedback, then: - On Mac with Increase Contrast turned on in accessibility settings the control bar ends up being white-on-light-grey - When focusing the volume control with a keyboard, you can only mute or un-mute, not use up or down to adjust the volume. To do that you have to tab again into the volume slider field - Don’t seem to be able to enter picture-in-picture mode with the keyboard - Purely fr…
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#146It would be good if videoJS had youtube embed api and documentation like Plyr has
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#147I see you promoting that the looks are consistent across browsers. I've seen several other video players that are browser dependent because of particular JS features used. Are future features going to remain browser agnostic?
In the core JS of Video.js v10 we're building without the assumption of there even being a browser involved so we can point to future JS-based platforms like React Native.
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#148As someone who uses VideoJS on a website with a large video library, and has generally been dismayed at the state of the plugin ecosystem every time I consider doing a major version upgrade of VideoJS, this kind of thing is great to hear.
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#149Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#150I see you promoting that the looks are consistent across browsers. I've seen several other video players that are browser dependent because of particular JS features used. Are future features going to remain browser agnostic?
Can you give an example of a player/feature combo where this is the case? For general player features there's not really an excuse for only working in one browser, but features like Casting can be browser dependent because the browser has to expose that functionality. Other interesting prototypes rely on a new API called Web Codecs that isn't fully supported everywhere. In the core JS of Video.js v10 we're building w…
We've also had issues getting frame accuracy when navigating the video stream. There's some sort of "security" that randomizes/rounds the returned value of currentTime that I cannot wrap my head around as how that is security related. Lots of effort spent on getting stock HTML5 video element to be frame accurate.