Skip to content

Commit

Permalink
update pro
Browse files Browse the repository at this point in the history
  • Loading branch information
bosscheng committed Oct 11, 2024
1 parent 366b50d commit c72a334
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions demo/pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,8 @@ H265硬解码,对于电脑硬件支持情况:

### 小结

<img src="/public/configuration-4.png">

> 例如:6路 1080p的视频,所需的内存为:6 * 300 = 1800M,1800/1024 = 1.75G
> 例如:6路 720p的视频,所需的内存为:6 * 200 = 1200M,1200/1024 = 1.17G
Expand Down
Binary file added demo/public/configuration-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/public/pro.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions demo/public/pro/demo-i18n.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
</div>
<div class="input">
<div>
<span>渲染标签</span>
<span>语言</span>
<select id="toggleI18n" onchange="replay()">
<option value="zh" selected>ZH(中文)</option>
<option value="en">EN(英文)</option>
Expand All @@ -147,7 +147,7 @@
<input
autocomplete="on"
id="playUrl"
value="https://live.nodemedia.cn:8443/live/b480_264.flv"
value=""
/>
<button id="play">播放</button>
<button id="pause" style="display: none">停止</button>
Expand Down
2 changes: 1 addition & 1 deletion demo/public/pro/js/decoder-pro-audio.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/pro/js/decoder-pro-hard-not-wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/pro/js/decoder-pro-hard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/pro/js/decoder-pro-mt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/pro/js/decoder-pro-old.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/pro/js/decoder-pro-simd-mt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/pro/js/decoder-pro-simd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/pro/js/decoder-pro.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/pro/js/jessibuca-pro-demo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/pro/js/jessibuca-pro-multi-demo.js

Large diffs are not rendered by default.

0 comments on commit c72a334

Please sign in to comment.