Go to file
OpenClaw Agent 810bed52c2 fix(master-proxy): rebuild variant URLs from filename only
Origin master.m3u8 contains broken double-tokened URLs after Rok's
encoder change (e.g. bcdn_token=...&token_path=... + ?token=...).
Old regex matched only 'folxplay.b-cdn.net' so it skipped the broken
'folxlive.b-cdn.net' URLs and the player got malformed double tokens.

New regex matches any CDN URL ending in streamN_NNNNp.m3u8 and
rebuilds a clean folxlive URL with our 4h token, ignoring whatever
mess the upstream sends.
2026-04-30 08:09:16 +00:00
public/brand Use transparent FOLX logo - actually big now 2026-04-25 08:52:45 +02:00
src fix(master-proxy): rebuild variant URLs from filename only 2026-04-30 08:09:16 +00:00
views Restore Twitch-style player + Bunny token signing on our folxlive zone 2026-04-25 18:24:30 +02:00
.gitignore Initial: FOLX live landing page 2026-04-24 15:35:38 +02:00
Dockerfile Initial: FOLX live landing page 2026-04-24 15:35:38 +02:00
package.json Initial: FOLX live landing page 2026-04-24 15:35:38 +02:00