@byteplus/veplayer 1.6.0-alpha.0 → 1.6.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/dist/index.min.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
### Volcengine/player
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
火山引擎视频云播放器,BytePlus平台见[英文版](./READEME_EN.md)
|
|
4
4
|
|
|
5
5
|
### 安装
|
|
6
6
|
|
|
@@ -13,8 +13,6 @@ npm install @volcengine/veplayer --save
|
|
|
13
13
|
```js
|
|
14
14
|
const playerSdk = new VePlayer({
|
|
15
15
|
id: 'mse',
|
|
16
|
-
isLive: true,
|
|
17
|
-
streamType: 'rtm',
|
|
18
16
|
url: '/url',
|
|
19
17
|
playList: [
|
|
20
18
|
{
|