Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
21–30 of 170 posts
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#22Out of curiousity, why not distribute this as a webcomponent? It's a perfect use case for it - a semantic object that has built in controls / chrome.
We learned some tough lessons with media-chrome[1] and Mux Player, where we tried to just write web components. The React side of things was a bit of a thorn, so we created React shims that provided a more idiomatic React experience and rendered the web components...which was mostly fine, but created a new set of issues. The reason we chose web components was to not have to write framework-specific code, and then we found ourselves doing both anyway.
With VJS 10 I think we've landed on a pretty reasonable middle ground. The core library is "headless," and then the rendering layer sits on top of it. Benefit is true React components and nice web components.
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#23Congrats Steve! I haven't touched video since I was at JW Player a million years ago, but I always inspired by the simplicity of video.js (especially the theming). Hope this new iteration is exceptionally successful.
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#24this is lovely work
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#25Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#26Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#27https://github.com/Qbix/Platform/blob/main/platform/plugins/...
We currently already use video.js, and our framework us used all over the place, so we’d be the perfect use case for you guys.
How would we use video.js 10 instead, and for what? We would like to load a small video player, for videos, but which ones? Only mp4 files or can we somehow stream chunks via HTTP without setting up ridiculous streaming servers like Wowsa or Red5 in 2026?
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#28Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#29I was just lamenting the other day about the size of video.js, which is used in my legacy web app, and looking for a way to improve that. Very keen to explore how we could migrate to v10!
Re: Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller
#30[flagged]