VoD (Video on Demand)

Pre-recorded video a viewer starts whenever they like — the on-demand replay, the course lesson, the product video. The opposite of live.

Updated: May 2026 5 min read Delivery
In short

VoD is pre-recorded video that a viewer starts, pauses and scrubs whenever they choose — course lessons, product clips, webinar replays — transcoded once ahead of time and then served from a CDN on request.

What is VoD (Video on Demand)?

VoD — Video on Demand — is pre-recorded video that a viewer can start at any time, as opposed to a live streamLive streamReal-time video delivered as it is captured, transcoded and segmented on the fly — webinars, events, broadcasts.Open definition → that plays in real time. Course lessons, product pages, webinar replays and marketing clips are all VoD: the file exists before anyone watches it.

The defining trait is control on the viewer's side — they choose when to press play, and they can pause, rewind and scrub. That's only possible because the whole video is prepared and stored in advance, so any point in the timeline is instantly available.

Technically, VoD uses the same streaming stack as live — transcodingTranscodingRe-encoding a source video into multiple resolutions and bitrates so a player can switch between quality levels on the fly.Open definition → into an adaptive ladder, HLSHLS (HTTP Live Streaming)Apple’s adaptive streaming protocol. Uses .m3u8 manifests and segmented delivery; supported on every browser, device and smart TV.Open definition → segments, a CDNCDN (Content Delivery Network)A global network of edge servers that caches video close to viewers, cutting latency and absorbing traffic spikes.Open definition → and an adaptive player — minus the real-time constraint. Because the file is prepared ahead of time, there's no latencyLatencyThe delay between a moment happening and a viewer seeing it. Critical for live — Low-Latency HLS brings it down to 2–5 seconds.Open definition → pressure; the priorities are storage, instant start, quality, and access control.

Where VoD shows up

Most business video is VoD, even when people don't call it that:

Online courses & membership

Every lesson behind a login is VoD — often gated with access controlVideo access controlThe rules that decide who may start a video: approved domains, expiring signed links, geo and IP limits, passwords, one-time codes and SSO.Open definition → and watched on any device, at the learner's pace.

Marketing & product video

Explainers, demos and product-page video are VoD embedded on a site, where load speed and a clean, ad-free player matter for conversion.

Webinar & event replays

A recorded live streamLive streamReal-time video delivered as it is captured, transcoded and segmented on the fly — webinars, events, broadcasts.Open definition → becomes VoD — an evergreen asset that keeps generating views and leads long after the event.

Internal & corporate video

Training libraries, onboarding and confidential material — VoD with DRMDRMEncryption of the video file plus a licence server that issues a per-session key — so a downloaded copy stays unplayable.Open definition →, watermarkingWatermarkingA mark burned into the frames. It prevents nothing — it makes a leaked copy point back at the account it came from.Open definition → and per-viewer analytics.

VoD business models

ModelHow it's paidExample
AVODAd-supported, free to viewerAd-funded video portals
SVODSubscriptionStreaming services, membership sites
TVODTransactional (pay per title / rental)Buy or rent a single video

These describe how VoD is monetised, not how it's delivered — the underlying technology is the same for all three.

How VoD is delivered

Transcode once

The source is transcodedTranscodingRe-encoding a source video into multiple resolutions and bitrates so a player can switch between quality levels on the fly.Open definition → into an adaptive ladder of resolutionsResolutionThe pixel dimensions of a video frame — 480p, 720p, 1080p, 2160p (4K). Determines how sharp the picture looks on a given screen.Open definition → and bitratesBitrateThe amount of data used per second of video. Higher bitrate means more detail and a larger file; the core lever behind streaming quality.Open definition → — done a single time, then reused for every viewer.

Store on the origin

The renditions and a manifestManifestA small index file (.m3u8 or .mpd) that lists every available rendition and segment so the player knows what it can request.Open definition → live on the origin as the authoritative copy.

Serve from the edge

On play, segments are cached and served from a CDNCDN (Content Delivery Network)A global network of edge servers that caches video close to viewers, cutting latency and absorbing traffic spikes.Open definition → edge near the viewer, and the adaptive player switches quality to fit their connection.

Further reading

Denis Konnov

Written by

Denis Konnov Verified

CMO at Kinescope

Denis leads marketing and content at Kinescope, working closely with the platform's engineers. This glossary is reviewed and kept up to date by the team building Kinescope's streaming, encoding and CDN delivery infrastructure.

FAQ

Can’t find the answer you need? Check out our Help Center.

VoD stands for Video on Demand — pre-recorded video a viewer can start any time, as opposed to a live stream that plays in real time. Course lessons, product videos, webinar replays and marketing clips are all VoD.

VoD is pre-recorded and available on demand; live streaming is delivered in real time as it happens. VoD is transcoded once and then served from the CDN on request, so it is about storage and instant access rather than latency. Many live streams become VoD once recorded.

They are VoD business models: AVOD (ad-supported, free to the viewer), SVOD (subscription, like a streaming service), and TVOD (transactional, pay per title or rental). They describe how VoD is monetised, not how it is delivered — the underlying streaming technology is the same.

A source file is transcoded once into an adaptive ladder of renditions and stored on an origin. When a viewer presses play, the segments are served from a CDN edge near them, and an adaptive player switches quality to match their connection — the same streaming stack as live, minus the real-time constraint.

Progressive download serves one fixed-quality file that plays as it downloads — simple, but it buffers on slow connections and wastes bandwidth on fast ones. VoD streaming serves an adaptive ladder through a manifest, so the player switches quality per viewer. Real VoD platforms use adaptive streaming, not progressive download.

Yes. On Kinescope every live stream is recorded automatically and becomes a normal on-demand video when it ends — the replay is ready to trim, gate and embed without any manual export.