Stream Wrapper

Cloudflare Pages Edition

Generator

Create a .m3u8 link that proxies through your Cloudflare worker.

Setup Requirement

For these links to work, you must deploy the backend script to Cloudflare Pages:

  1. Create a folder named functions in your project root.
  2. Create a file named stream.js inside it.
  3. Paste the backend code provided into stream.js.
  4. Commit and deploy. The endpoint your-site.pages.dev/stream will become active.