diff --git a/README.MD b/README.MD index eb67d5d0..4af1d33c 100644 --- a/README.MD +++ b/README.MD @@ -31,7 +31,7 @@ | | | | | | HTTP-FLV(LIVE) | HTTP-TS(LIVE) | WS-FLV(LIVE) | WS-TS(LIVE) | |
|
|
|
| -| | |
商业化 | . | +| | |
| . | | MPEG-TS(VOD) | G711A | HDR10(BT2020) | . | @@ -39,7 +39,7 @@ #### 联系我 -* QQ技术支持群: 925466059 +* QQ技术支持群: 925466059(大部分时间在QQ群) * 微信: numberwolf11(私聊咨询付费, 免费技术咨询请加QQ群) * Github: https://github.com/numberwolf * Email: porschegt23@foxmail.com @@ -923,6 +923,8 @@ ffmpeg -ss 20 -t 10 -i ./res/xinxiaomen.mp4 \ | 更新日志 | 内容 | | ---- | ---- | +| 时间 | 2022/03/02 | +| - | 0.解决h264 FLV 部分有问题的流会出现频繁请求重试问题,兼容 | | 时间 | 2022/01/17 | | - | 0.解决ISSUE HLS 265内存泄露问题 https://github.com/numberwolf/h265web.js/issues/108 | | - | 1.解决ISSUE HLS Split Rules https://github.com/numberwolf/h265web.js/issues/105 | diff --git a/README_EN.MD b/README_EN.MD index a8c1d5ee..fe8b4da9 100644 --- a/README_EN.MD +++ b/README_EN.MD @@ -912,6 +912,8 @@ ffmpeg -ss 20 -t 10 -i ./res/xinxiaomen.mp4 \ | Update | Content | | ---- | ---- | +| Time | 2022/03/02 | +| - | 0.Fixed h264 FLV(LIVE) can not get resolution info with retry | | Time | 2022/01/17 | | - | 0.Fixed ISSUE of HLS 265 OOM Case https://github.com/numberwolf/h265web.js/issues/108 | | - | 1.Fixed ISSUE of HLS Split Rules https://github.com/numberwolf/h265web.js/issues/105 |