Origin pull, once
Point a zone at your origin. Chimiss fetches each asset a single time and keeps it warm at the edge, so your servers stay quiet.
Edge media infrastructure
Chimiss pulls your media from origin once, caches it across regional points of presence, and streams it back to clients over a single persistent connection. No re-encoding, no lock-in.
# open a streaming channel to the nearest edge curl -N https://cdn.chimiss.uk/api/v2/stream \ -H "Authorization: Bearer <token>" \ -H "X-Asset-Id: 64eab8ab" \ --data-binary @segment.bin HTTP/2 200 content-type: application/octet-stream x-edge-pop: auto # bytes are relayed to the client as they arrive
How it works
Point a zone at your origin. Chimiss fetches each asset a single time and keeps it warm at the edge, so your servers stay quiet.
Assets are held at the point of presence nearest your audience. Cache lifetime is yours to set per path, down to zero for live segments.
The /api/v2/stream channel keeps one connection open and relays bytes as they land — no polling, no reconnect storms.
Footprint
Status
Edge delivery, origin pull, and the streaming API are operating normally. Incident history and per-region latency are available to account holders.