Update shaka-packager link in README.md
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-arm64 (push) Blocked by required conditions
Style and build test / build-test-x64 (push) Blocked by required conditions

This commit is contained in:
Stratuma 2025-10-18 14:03:40 +02:00 committed by GitHub
parent 8342fe0d9e
commit e6e3e3ddbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ By default this application uses the following paths to programs (main executabl
* `ffprobe.exe` (Windows) or `ffprobe` (other) (From PATH)
* `mkvmerge.exe` (Windows) or `mkvmerge` (other) (From PATH)
* `mp4decrypt.exe` (Windows) or `mp4decrypt` (other) (From PATH) (or shaka-packager)
* `shaka-packager.exe` (Windows) or `shaka-packager` (other) (v2.6.1 or older) (From PATH) (or mp4decrypt)
* `shaka-packager.exe` (Windows) or `shaka-packager` (other) (From PATH) (or mp4decrypt)
To change these paths you need to edit `bin-path.yml` in `./config/` directory.
@ -102,7 +102,7 @@ If you want to package the application, run pnpm run build-`{platform}`-`{type}`
### Decryption Requirements
* mp4decrypt >= Any (http://www.bento4.com/) - Only required for decrypting (or shaka-packager)
* shaka-packager >= Any (https://github.com/shaka-project/shaka-packager/releases) - Only required for decrypting (or mp4decrypt)
* shaka-packager >= Any (https://github.com/stratumadev/shaka-packager/releases) - Only required for decrypting (or mp4decrypt)
### Instructions (Widevine)