Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jarry authored Jun 28, 2020
1 parent 2ce607b commit a3ceb4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greenplayer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ You can download the code and run the demo.
$ npm run dev # @see package.json
```

## PERPARE LIBRARY
## PERPARE LIBRARY[optional]

- Copy lib files(libffmpeg.js, libffmpeg.wasm) from [h265player/dist/lib](../../h265player/dist/lib).
or compile from [docoder_wasm](../../docoder_wasm) module
- Copy lib files(`libffmpeg.js, libffmpeg.wasm`) to `dist/lib` from [h265player/dist/lib](../../h265player/dist/lib).
or compile from [docoder_wasm](../../docoder_wasm) module by self. This example includes these lib files already.

## CONFIG NGINX
```javascript
Expand Down

0 comments on commit a3ceb4d

Please sign in to comment.