chore: changelog

This commit is contained in:
王伟 2024-05-29 11:13:59 +08:00 committed by gemstone
parent be3bd7279c
commit 18976eaf28
2 changed files with 19 additions and 0 deletions

View File

@ -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 不断流

View File

@ -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不支持时对外抛出错误