Skip to content

Commit

Permalink
Merge pull request #201 from girlbymirror/master
Browse files Browse the repository at this point in the history
Update WASM
  • Loading branch information
girlbymirror authored Nov 3, 2022
2 parents f684542 + 5b4f73d commit 6af0f03
Show file tree
Hide file tree
Showing 284 changed files with 811 additions and 458,031 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ example/dist/missile-256mb*
example_normal/dist/missile-512mb*
example_normal/dist/missile-256mb*
src/src/decoder/dc-worker*

example_normal/dist*
example_vue3_vite/public/dist
example_vue3/public/dist
example_vue2/public/dist

6 changes: 6 additions & 0 deletions README_EN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ Simple Demo - First <a href="index-debug.html">index-debug.html</a>
> * <h4> Warning: Put the .wasm file into `webpack`/`browerify`'s dist Directory! If wasm's path is not same with `webpack`/`browerify`'s dist file's path, you can not running with it!!!Or you can include with this github's dist/\*.js and dist/missile\*.wasm</h4>
```bash
bash init.sh
```

#### 1)Install SDK Package

* By github 1.1 <a href="https://github.com/numberwolf/h265web.js">h265web.js</a>
Expand Down Expand Up @@ -1000,6 +1004,8 @@ ffmpeg -ss 20 -t 10 -i ./res/xinxiaomen.mp4 \

| Update | Content |
| ---- | ---- |
| Time | 2022/11/02 |
| - | 0.Update WASM |
| Time | 2022/10/22 |
| - | 0.Support: Hard-Decode for FLV/HTTP-FLV/MP4 |
| - | 1.Support: AVC with Mpeg-TS |
Expand Down
2 changes: 2 additions & 0 deletions Remind:first_step:copy_dist_dir_to_example_dist_path
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Mac/Linux can run the `init.sh`
Windows need copy dist/dist-multi-thread's file to example(normal/vue/vite)'s dist path

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist-multi-thread/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-v20221022');
require('./h265webjs-v20221102');
export default class h265webjs {
static createPlayer(videoURL, config) {
return window.new265webjs(videoURL, config);
Expand Down
Binary file not shown.
Loading

0 comments on commit 6af0f03

Please sign in to comment.