---
title: "Streaming"
canonical: "https://blitzreels.com/glossary/streaming"
---

# Streaming

URL: https://blitzreels.com/glossary/streaming
Markdown URL: https://blitzreels.com/glossary/streaming.md
Category: Video Formats & Codecs

## Definition

Video streaming is the delivery of video content over the internet in real time, where the video is played as data arrives rather than requiring a complete file download before playback begins.

## Extended Definition

Streaming has replaced file-based video distribution as the dominant delivery method for online video. Adaptive bitrate streaming (ABR) protocols like HLS (HTTP Live Streaming) and MPEG-DASH break video into short segments encoded at multiple quality levels, dynamically switching to higher or lower quality based on the viewer's available bandwidth. This ensures smooth playback across varying network conditions. Content Delivery Networks (CDNs) distribute video segments to servers geographically close to viewers, reducing latency. Live streaming adds the additional challenge of real-time encoding and near-zero latency delivery. For content creators, streaming platforms handle the infrastructure complexity of delivery, but understanding streaming basics helps with upload quality decisions, bitrate targeting, and live stream technical configuration.

## Related Terms

- encoding
- bitrate
- codec
- resolution

## Search Terms

- video streaming
- live streaming
- video delivery
- adaptive bitrate
- HLS streaming