Hacker News new | ask | show | jobs
by wmf 4615 days ago
So the encoding is done by Nvidia in hardware; I guess ORBX is doing the decoding. Is there some reason why asm.js + WebGL is better than <video> + DASH/HLS?

When it comes to watermarking, I'd like to see a cost comparison between watermarking and a static CDN (e.g. Netflix can serve 15+ Gbps per server).

1 comments

http://phoboslab.org/log/2013/05/mpeg1-video-decoder-in-java...

Was posted here a few months back, it's a hand conversion of a mpeg decoder in JavaScript to stream ffmpeg via websockets to a canvas.