HTTP Live Streaming In Javascript

https://blog.peer5.com/http-live-streaming-in-javascript/
HLSのjs実装比較。
Hlsjs, Videojs5, Videojs4, Chromeless Flashls。

Both videojs5 and hlsjs performed very well. They easily played 30fps HD videos without setting back the main thread. Both libraries dropped on average less than 1 frame per second in the 60fps HD video, with videojs5 lost a bit less than hlsjs.

Ranking the libraries cpu performance, I would suggest:
1. videojs5
2. hlsjs
3. flashls
4. videojs4