// preferences

Settings

Sources

Sipario plays streams from Stremio-protocol addons. Add a manifest URL below to get started. Each addon's stream list is passed through verbatim.

A manifest URL is the link an addon's "install" or "configure" page hands you — it ends in /manifest.json. You're responsible for ensuring you have the rights to anything you stream through it. Sipario does not host, index, or curate third-party content.

TMDB API key

Sipario uses TMDB for metadata (titles, posters, cast). Free key: themoviedb.org/settings/api. Paste here OR set TMDB_API_KEY as a server env var. Stored in your browser only — never logged or sent to telemetry.

Leave blank to use the server's TMDB_API_KEY env var. Set a value here to override on a per-browser basis — useful for testing without touching the deploy.

Appearance

Two themes — Trattoria (cream) and Velvet (midnight).

Languages

Auto-selected when a stream provides multiple tracks.

Playback

Streams play entirely in your browser. The Sipario Engine decodes AC3 / EAC3 / DTS / TrueHD audio in-browser via a bundled WASM codec — no server-side transcoding, ever.

Subtitle styling

Connection

How Sipario fetches stream bytes through to your browser. Direct fetch handles CORS-friendly hosts; supply your own proxy URL for hosts that don't send CORS headers.

Currently using:
Direct fetch only(no proxy configured)

Sipario does not proxy stream bytes by default. For upstream hosts that send permissive CORS headers, the player fetches them direct (most modern CDNs do). For hosts that don't, you can point Sipario at a proxy you operate.

Setting up your own proxy is a one-container Docker deploy. A few options:

  • Fly.io (~$2/mo) — one command from your laptop, get a stable URL, paste it below. No servers to babysit.
  • Self-host at home via Cloudflare Tunnel — one Docker container on a Raspberry Pi / NAS / Unraid box, exposed through Cloudflare for free. No port-forwarding, no per-byte cost, ever. (Or a $3.50/mo BuyVM box if you don't have home hardware — link covers both.)
  • Oracle Always Free — 4 ARM cores, 24 GB RAM, 10 TB egress / month, $0 / mo with no expiration. Signup is slow (Oracle holds new accounts for review), but once you're in, it never costs a penny.

Local cluster cache

When you watch a stream, the cluster bytes are mirrored to your browser's local storage (OPFS, per-origin, capped at your browser's storage quota minus 1 GB). Backward seeks become instant; re-watching the same stream — even on bad internet — is free of network. Storage is fully managed by your browser; clear it via browser storage settings if you ever need to.

Federated CORS pool

Sipario clients can pool what they've learned about which CDNs serve direct fetches with CORS, so new devices skip the local probe and start streams faster. Hostnames leave your device only as SHA-256 hashes.

Reset

Saved
v5.6.34