Beta // v0.8.2

Video as
a Service.

A developer-first SDK for adaptive HLS streaming. High performance, multi-quality logic, and native DOM integration in a single package.

Zip-Stream Engine

Deploy high-resolution HLS packages as single .zip files. The engine extracts and streams in-memory to bypass server bloat.

Auto-Bitrate

Smart detection of network bandwidth with seamless switching between quality levels (144p to 4K).

Zero Latency

Built with Media Source Extensions (MSE) for near-instant playback using 5-second chunk optimization.

// 1. Include the engine
<script src="https://vaas.dev/player.js" defer></script>

// 2. Define the container
<div class="vaas-player" data-video="video_package.zip"></div>