Skip to main content

Web SDK

Learn how to use the Web SDK to build an available player experience.

๐Ÿ“„๏ธ WebCodecs & Offscreen Renderer

Vindral Web SDK supports low-level browser video decoding via the WebCodecs API and, when supported, off-main-thread rendering via an offscreen renderer backed by OffscreenCanvas. Together these can unlock a lower-latency, lower-overhead playback pipeline compared to the traditional MSE path, where drift management is harder to achieve. Whether hardware or software decoding is used is configurable โ€” see Hardware acceleration and decoder latency.