Normally, playing a video in the browser is as simple as using the tag. But where’s the fun in that? Instead of relying on standard video formats like MP4 or HLS, I decided to experiment with an alternative approach:
✅ Extracting video frames as images
✅ Serving frames dynamically via a Node.js server
✅ Rendering frames in like a video playe
✅ Adding quality selection, seek bar previews & progressive preloading
This is far from an optimized method, but it was a fun challenge!
✅ Extracting video frames as images
✅ Serving frames dynamically via a Node.js server
✅ Rendering frames in like a video playe
✅ Adding quality selection, seek bar previews & progressive preloading
This is far from an optimized method, but it was a fun challenge!
Category
🤖
Tech