pstream-simple-proxy/README.md
Pas f7caeb12b9
Some checks failed
Linting and Testing / Run Linters (push) Has been cancelled
Linting and Testing / Build project (push) Has been cancelled
Linting and Testing / Build docker (push) Has been cancelled
Docker Publish / build (push) Has been cancelled
Release / Release (push) Has been cancelled
Update P-Stream link in README
2026-01-07 11:03:01 -07:00

842 B

simple-proxy

Simple reverse proxy to bypass CORS, used by movie-web/P-Stream. Read the docs at https://docs.pstream.mov/proxy/introduction


features:

  • Deployable on many platforms - thanks to nitro
  • header rewrites - read and write protected headers
  • bypass CORS - always allows browser to send requests through it
  • secure it with turnstile - prevent bots from using your proxy
  • parse and bypass m3u8 stream restrictions - make sure the IP is not blocked by the CDN, may need to be on a VPS.
  • Caching of tls segments (enable with ENABLE_CACHE=true in .env, disabled by default)

Warning

Turnstile integration only works properly with cloudflare workers as platform

supported platforms:

  • cloudflare workers
  • AWS lambda
  • nodejs
  • netlify edge functions