Skip to content

Commit

Permalink
不开心
Browse files Browse the repository at this point in the history
  • Loading branch information
numberwolf committed Mar 2, 2022
1 parent c55da3f commit e746a64
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Github: https://github.com/numberwolf/h265web.js
*
**********************************************************/
require('./h265webjs-v20220117');
require('./h265webjs-v20220302');
export default class h265webjs {
static createPlayer(videoURL, config) {
return window.new265webjs(videoURL, config);
Expand Down
6 changes: 3 additions & 3 deletions example/dist/dist-play.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Github: https://github.com/numberwolf/h265web.js
*
**********************************************************/
require('./h265webjs-v20220117');
require('./h265webjs-v20220302');
export default class h265webjs {
static createPlayer(videoURL, config) {
return window.new265webjs(videoURL, config);
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example_normal/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Github: https://github.com/numberwolf/h265web.js
*
**********************************************************/
require('./h265webjs-v20220117');
require('./h265webjs-v20220302');
export default class h265webjs {
static createPlayer(videoURL, config) {
return window.new265webjs(videoURL, config);
Expand Down
2 changes: 1 addition & 1 deletion example_normal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<link rel="stylesheet" type="text/css" href='player-view/css/progress.css'>
<script src="dist/missile.js"></script> <!-- IMPORTANT -->
<!--<script src="dist/missile-256mb-v20211104.js"></script>--> <!-- wasm for 265mb memory(with grow) -->
<script src="dist/h265webjs-v20220117.js"></script> <!-- IMPORTANT -->
<script src="dist/h265webjs-v20220302.js"></script> <!-- IMPORTANT -->
<script src="example.js"></script> <!-- IMPORTANT -->
<style>
</style>
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions example_vue/public/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Github: https://github.com/numberwolf/h265web.js
*
**********************************************************/
require('./h265webjs-v20220117');
require('./h265webjs-v20220302');
export default class h265webjs {
static createPlayer(videoURL, config) {
return window.new265webjs(videoURL, config);
Expand All @@ -29,4 +29,4 @@ export default class h265webjs {
global.STATICE_MEM_playerCount = -1;
global.STATICE_MEM_playerIndexPtr = 0;
}
}
}
2 changes: 1 addition & 1 deletion index-debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<meta charset="utf-8" name="github" content="https://github.com/numberwolf/h265web.js">
<script src="dist/missile.js"></script> <!-- IMPORTANT -->
<!--<script src="dist/missile-120func-v20220117.js"></script>--> <!-- IMPORTANT -->
<script src="dist/h265webjs-v20220117.js"></script> <!-- IMPORTANT -->
<script src="dist/h265webjs-v20220302.js"></script> <!-- IMPORTANT -->
<style>
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/src/h265webjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class H265webjsModule {
}

// this.autoScreenClose = true;
}
} // closeFullScreen

/**********
Private
Expand Down
2 changes: 1 addition & 1 deletion src/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Github: https://github.com/numberwolf/h265web.js
*
**********************************************************/
require('./h265webjs-v20220117');
require('./h265webjs-v20220302');
export default class h265webjs {
static createPlayer(videoURL, config) {
return window.new265webjs(videoURL, config);
Expand Down
2 changes: 1 addition & 1 deletion src/src/native/nv-flvjs-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class NvFlvjsCoreModule {
return;
}

if (_this.checkStartIntervalCount > 5) {
if (_this.checkStartIntervalCount > 20) {
window.clearInterval(_this.checkStartInterval);
_this.checkStartIntervalCount = 0;
_this.checkStartInterval = null;
Expand Down
2 changes: 1 addition & 1 deletion src/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# * Github: https://github.com/numberwolf/h265web.js
# *
# **********************************************************/
VERSION='v20220117' # output version + index.js
VERSION='v20220302' # output version + index.js

0 comments on commit e746a64

Please sign in to comment.