mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 03:05:02 +08:00
chore: changelog
This commit is contained in:
parent
be3bd7279c
commit
18976eaf28
@ -1,4 +1,19 @@
|
||||
|
||||
## 3.0.19
|
||||
>* refactor: update download speed evaluate strategy, export configuration for speed evaluate
|
||||
|
||||
```
|
||||
const player = new Player({
|
||||
isLive: true,
|
||||
plugins: [FlvPlugin],
|
||||
flv: {
|
||||
chunkCountForSpeed?: number, // default: 50, 累计最近多少次接受的chunk用于平均速度计算
|
||||
skipChunkSize?: number, // default: 1000 Byte, 过滤数据量小于1000字节的chunk,不用于速度计算
|
||||
longtimeNoReceived?: number, // default: 3000ms, 超过一定间隔无新数据接收时,增加数据量为0的chunk用于速度计算
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
## xgplayer-flv@3.0.17
|
||||
>* fix: firstframe slow on lg webos
|
||||
>* fix: autoplay=false 不断流
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 3.0.19
|
||||
>* fix: adts parser兼容异常case造成页面crash
|
||||
>* fix: m3u8 parser 兼容 EXT-X-ENDLIST出现在任意位置
|
||||
|
||||
## 3.0.18
|
||||
>* refactor: 💡 (xgplayer-hls) DRM支持更多的identifiers
|
||||
>* refactor: 💡 (xgplayer-hls) MSE ChangeType不支持时,对外抛出错误
|
||||
|
Loading…
x
Reference in New Issue
Block a user