Skip to content

Commit

Permalink
Explain use of pssh-box.py tool
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Feb 27, 2024
1 parent 9e70ae7 commit 0ff2876
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions www-zola/content/decode.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,13 @@ following <abbr title="Digital Rights Management">DRM</abbr> systems:
- Common Encryption (CENC)


For Widevine initialization data, you can cross-check the output from this tool by comparing it with
the output from the `pssh-box.py` script included with
[shaka-packager](https://github.com/shaka-project/shaka-packager). If you have [Podman](http://podman.io/) or Docker
installed, run the commandline script safely sandboxed in a container as follows:

podman run --rm docker.io/google/shaka-packager:latest pssh-box.py --from-base64 <the-pssh>


<script type="module" src="../js/decode.js"></script>

0 comments on commit 0ff2876

Please sign in to comment.