From 601eb0247fc33d029485cf6eaf7df1b1ba917d04 Mon Sep 17 00:00:00 2001 From: Stardream Date: Sun, 24 May 2026 00:18:52 +1000 Subject: [PATCH] feat: DRM playback with Widevine and FairPlay via Shaka Player --- .gitignore | 3 + public/player.html | 316 ++++- public/vendor/shaka-player.compiled.js | 1454 ++++++++++++++++++++++++ server.py | 111 +- 4 files changed, 1875 insertions(+), 9 deletions(-) create mode 100644 public/vendor/shaka-player.compiled.js diff --git a/.gitignore b/.gitignore index 8727376..4e9990e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ __pycache__/ .env .DS_Store CHANGELOG.md +CODEX_CHANGELOG.md +CODEX_TODO.md +CODEX_REVIEW.md AGENTS.md diff --git a/public/player.html b/public/player.html index 6280689..7f54ae5 100644 --- a/public/player.html +++ b/public/player.html @@ -8,6 +8,7 @@ +