Commit 58340d3
authored
fix(deps): install mpegts.js from github (#520)
Upgrade to GitHub commit, remove webworkify-webpack, add m2ts support
- Fork mpegts.js from https://github.com/xqq/mpegts.js to https://github.com/OpenListTeam/mpegts.js
- Specify GitHub commit version in project package.json
- Add `prepare` hook in forked mpegts.js to support PNPM post-install build
- Remove subdependency on webworkify-webpack to fix PNPM 11 `ERR_PNPM_EXOTIC_SUBDEP` issue
- Enable automatic build after install with PNPM
- Add m2ts playback support to video player
- Align changes with upstream fixes after 1.8.0 (diff: xqq/mpegts.js@v1.8.0...c91ab33)
---------
Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>1 parent 988929a commit 58340d3
4 files changed
Lines changed: 22 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
135 | 147 | | |
136 | 148 | | |
137 | 149 | | |
| |||
0 commit comments