help · no-proxy

No proxy configured

Sipario tried to fetch the stream and got a non-video response from same-origin /api/stream — which on the public sipario.tv deploy is excluded by design (the public bundle ships UI only, not the byte-proxy route). You need to point Sipario at a proxy URL.

What to do now

  1. Open Settings → Connection.
  2. Choose Use my own proxy and paste your proxy URL.
  3. Click Test then Save.
  4. Replay the stream.

What's a proxy and why do I need one

Sipario's audio decoder runs in your browser, but the bytes still have to get there. Most debrid CDNs refuse direct browser fetches because they don't set CORS headers. A byte-proxy is a tiny service (Sipario's proxy is a single Bun file, < 200 lines) that fetches the bytes server-side and re-emits them with the right headers. You run it; Sipario points at it. No transcoding happens — the proxy just forwards bytes.

Setup paths

  • Managed cloud (Fly.io). ~5 minutes, ~$2/mo, native Docker, no idle-sleep. Recommended.
  • Self-host at home via Cloudflare Tunnel. Free. Best if you already run Docker / Home Assistant / similar.
  • Oracle Always-Free. Slowest path; truly free.
  • BuyVM $3.50/mo unmetered. If you need raw bandwidth and don't want a usage-based bill.

Still stuck? See /learn or open an issue on GitHub.

v5.6.74