NEW: self-host and orchestrate video on your own terms with Ollanode Core

Building a high-throughput video pipeline with self-hosted V8 edge isolates

Learn how we leverage V8 engines to ingest, transcode, and package live HLS streams closer to your cache origins with zero container startup overhead.

CV
Clara VanceCore Platform Architect • July 7, 2026
ollanode-worker.ts
import { transcode } from "https://ollanode.com/std/video.ts";// Handles stream ingress directly on caching proxiesasync function ingressHandler(req: Request) { const payload = await req.json(); // Instantly deploy V8 isolate task queue const isolate = await Deno.createIsolate({ memoryLimit: 128 * 1024 * 1024, scopedStorage: payload.projectId }); return isolate.execute(() => transcode(payload.streamUrl));}
// JOURNAL INDEX

Recent publications

EngineeringJuly 7, 2026

Building a high-throughput video pipeline with self-hosted V8 edge isolates

Learn how we leverage V8 engines to ingest, transcode, and package live HLS streams closer to your cache origins with zero container startup overhead.

InfrastructureJuly 5, 2026

Why egress fees are killing your video margins (and how to bypass them)

Enterprise cloud providers mark up outbound network data transfers by up to 8000%. We break down alternative designs to reclaim data control.

ProductJune 29, 2026

Introducing Ollanode Core: Open-source orchestration for the next generation of CDN

Announcing our free, developer-first self-hosted engine. Orchestrate video files, custom CDN zones, and Deno isolates from a single unified API.

CategoryDate

Article Title

CV
Author NameAuthor Role • 5 MIN READ