# 11.H5直播

# 播放器选型

播放器:video.js (opens new window)hls.js (opens new window)flv.js (opens new window)

# 实例开发演示

# 安装eslint
npm install eslint -g
# 初始化package.json
npm init
eslint --init
# ? How would you like to configure ESLint? Use a popular style guide
# ? Which style guide do you want to follow? Standard
# ? What format do you want your config file to be in? JavaScript
# 目录准备
mkdir source 
cd source
mkdir videojs
mkdir hlsjs
mkdir flvjs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
上次更新: 2020/10/31 上午8:54:19