diff --git a/html/decode.html b/html/decode.html index 14bf840..e61266c 100644 --- a/html/decode.html +++ b/html/decode.html @@ -14,17 +14,18 @@
This tool fetches an initialization segment from a web server (an MP4 - fragment), extracts any DRM initialization data (PSSH boxes) and decodes them. Here is a + fragment), extracts any DRM initialization data (PSSH boxes) and decodes and prints them. Please + note that the initialization segment is fetched using your own web browser. + +
Here is a sample URL for testing.
Privacy: this tool is implemented in WebAssembly and runs locally in your diff --git a/html/generate.html b/html/generate.html index 420539b..1abeaf6 100644 --- a/html/generate.html +++ b/html/generate.html @@ -10,18 +10,24 @@ crossorigin="anonymous" referrerpolicy="no-referrer" /> +