Hacker News new | ask | show | jobs
by antoaravinth 3950 days ago
Novice question, how does using "native" implementation rather than "Flash" reduces the wakeups calls?
1 comments

My guess is that native HTML5 is just h.264, and most modern systems have a hardware decoder that would be much more efficient at decoding than a software implementation. Flash video is a wrapper around a number of codecs, and if the codec isn't h.264, then you're doing software decoding, which is far less efficient.