内容目录
http://blog.csdn.net/hj7jay/article/details/54906612 这篇文章讲的不错
源码地址
https://github.com/Bilibili/flv.js
npm入门
https://zhuanlan.zhihu.com/p/27539908
npm ERR! Error: EPERM: operation not permitted, unlink 'D:\sandbox\npm-fsevents\node_modules\fsevents\node_modules\assert-plus\package.json'
中间出现问题npm降级到5.3
npm install npm@5.3 -g