Skip to content

Commit

Permalink
下午购置一下摩托车骑行装备
Browse files Browse the repository at this point in the history
  • Loading branch information
numberwolf committed May 16, 2021
1 parent 76e6928 commit 4d4d283
Show file tree
Hide file tree
Showing 6 changed files with 1,183 additions and 1,160 deletions.
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@

| 更新日志 | 内容 |
| ---- | ---- |
| 时间 | 2021/05/16 |
| - | 1.MP4点播兼容BD265产出部分特殊box case |
| 时间 | 2021/05/15 |
| - | 1.修复HLS直播的部分问题 以及嵌套型的HLS |
| 时间 | 2021/04/27 |
Expand Down
2 changes: 2 additions & 0 deletions README_EN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ __`~^_^~ For love` if <a href="https://github.com/numberwolf/h265web.js">h265web

| Update | Content |
| ---- | ---- |
| Time | 2021/05/16 |
| - | 1.MP4(VOD) Fixed:BD265 Mp4 box badcase |
| Time | 2021/05/15 |
| - | 1.Fixed: HLS Play(LIVE) |
| Time | 2021/04/27 |
Expand Down
8 changes: 4 additions & 4 deletions dist/h265webjs-v20210515.js → dist/h265webjs-v20210516.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('./h265webjs-v20210515');
require('./h265webjs-v20210516');
export default class h265webjs {
static createPlayer(videoURL, config) {
return window.new265webjs(videoURL, config);
Expand All @@ -8,4 +8,4 @@ export default class h265webjs {
global.STATICE_MEM_playerCount = -1;
global.STATICE_MEM_playerIndexPtr = 0;
}
}
}
Loading

0 comments on commit 4d4d283

Please sign in to comment.