Video glossary
Plain-English definitions of the streaming, encoding and delivery terms behind modern video — written and kept current by the team building Kinescope.
20 terms and counting
Streaming
Adaptive Bitrate (ABR)
Automatically adjusts video quality in real time to match each viewer’s connection speed — smooth playback from 480p to 4K with no buffering.
Read → StreamingManifest
A small index file (.m3u8 or .mpd) that lists every available rendition and segment so the player knows what it can request.
Read → StreamingBuffering
When playback pauses to load more data. ABR exists largely to prevent it by stepping quality down before the buffer empties.
Read → StreamingLatency
The delay between a moment happening and a viewer seeing it. Critical for live — Low-Latency HLS brings it down to 2–5 seconds.
Read →Protocols
HLS (HTTP Live Streaming)
Apple’s adaptive streaming protocol. Uses .m3u8 manifests and segmented delivery; supported on every browser, device and smart TV.
Read → ProtocolsDASH
Dynamic Adaptive Streaming over HTTP — an open ISO standard using .mpd manifests, common for DRM-protected premium content.
Read →Encoding
Transcoding
Re-encoding a source video into multiple resolutions and bitrates so a player can switch between quality levels on the fly.
Read → EncodingBitrate
The amount of data used per second of video. Higher bitrate means more detail and a larger file; the core lever behind streaming quality.
Read → EncodingCodec
The algorithm that compresses and decompresses video — H.264, H.265 (HEVC) and AV1 are the most common in modern streaming.
Read → Encoding720p
High definition at 1280×720 — 921,600 pixels per frame. The entry point to HD and the fallback rung below Full HD.
Read → Encoding1080p (Full HD)
Full HD at 1920×1080 — just over two million pixels. The default target for course, sales and web video.
Read → Encoding4K (2160p)
Ultra HD at 3840×2160 — four times the pixels of Full HD, and the point where codec choice starts paying for itself.
Read → Encoding480p
Standard-definition video, 480 pixels tall — 854×480 in 16:9. The fallback rung of the adaptive ladder for slow or metered connections.
Read → EncodingResolution
The pixel dimensions of a video frame — 480p, 720p, 1080p, 2160p (4K). Determines how sharp the picture looks on a given screen.
Read →Delivery
CDN (Content Delivery Network)
A global network of edge servers that caches video close to viewers, cutting latency and absorbing traffic spikes.
Read → DeliveryLive stream
Real-time video delivered as it is captured, transcoded and segmented on the fly — webinars, events, broadcasts.
Read → DeliveryVoD (Video on Demand)
Pre-recorded video a viewer can start any time — the opposite of live. Transcoded once, then served from the CDN on request.
Read →Security
Signed URL
A playback link carrying an expiry and a cryptographic token — it stops working once the window closes, and a tampered link never works.
Read → SecurityWatermarking
A mark burned into the frames. It prevents nothing — it makes a leaked copy point back at the account it came from.
Read → SecurityDRM
Encryption of the video file plus a licence server that issues a per-session key — so a downloaded copy stays unplayable.
Read →FAQ
Can’t find the answer you need? Check out our Help Center.