Internet Video
What Is Internet Video?
Internet video is the transmission and playback of video content over IP-based networks, encompassing both pre-recorded video-on-demand and live broadcast streams delivered to end-user devices through web applications, dedicated apps, or connected television platforms. It covers the encoding, packaging, delivery infrastructure, and client-side rendering pipeline that allow users to watch video with acceptable quality across a wide range of network conditions and device capabilities. The field draws on video signal processing, network protocols, content delivery infrastructure, and human perception research, and it accounts for the largest share of global Internet traffic.
The technical foundation of internet video was established in the 1990s with codecs such as H.261 and MPEG-1, which made it feasible to compress video to bitrates low enough for modem-era dial-up connections. Broadband expansion in the 2000s enabled near-broadcast-quality delivery, and the launch of YouTube in 2005 demonstrated that user-generated video at scale was technically and economically viable, transforming the medium from a niche supplement to broadcast television into a primary distribution channel.
Video Coding and Compression
The central technical challenge of internet video is reducing the bitrate required to represent moving images while maintaining perceptual quality. Modern video codecs exploit temporal and spatial redundancy by encoding only the differences between frames (inter-frame prediction) and within frames (intra-frame prediction using transforms such as the discrete cosine transform). H.264 (AVC), standardized jointly by the ITU-T Video Coding Experts Group and the ISO/IEC Moving Picture Experts Group, became the dominant codec for internet video through the 2010s due to its balance of compression efficiency and decoder hardware support. H.265 (HEVC) achieves roughly double the compression efficiency of H.264 at comparable quality, and the royalty-free AV1 codec, developed by the Alliance for Open Media, has gained broad support in browser and streaming platform deployments as a patent-unencumbered alternative.
Adaptive Bitrate Streaming
Delivering a fixed-bitrate stream to all viewers regardless of their connection speed leads to either excessive buffering for users on slower connections or unnecessarily low quality for users on faster ones. Adaptive bitrate (ABR) streaming addresses this by encoding each piece of content at multiple quality levels and dividing the encoded output into short segments of a few seconds each. Client applications measure available throughput and select segments at the highest quality level the current connection can sustain. MPEG-DASH (Dynamic Adaptive Streaming over HTTP), standardized in ISO/IEC 23009-1, and Apple's HTTP Live Streaming (HLS) are the two dominant ABR formats. As described in research on adaptive bitrate streaming delivery, client-side ABR algorithms balance quality maximization against buffer stability to minimize interruptions.
Live Streaming and Content Delivery
Live internet video introduces latency constraints that on-demand video does not face. Low-latency protocols such as WebRTC, defined in an IETF/W3C joint specification, enable real-time interactive video with sub-second latency by using UDP-based transport and adaptive jitter buffers. Scalable live streaming with latency in the two-to-ten-second range is handled by MPEG-DASH or CMAF-based low-latency HLS. Content delivery networks (CDNs) are essential for live and on-demand internet video at scale: origin servers ingest encoded content and push it to geographically distributed edge nodes that serve viewer requests, keeping origin bandwidth requirements manageable and reducing round-trip time. The IETF RFC 7234 HTTP caching specification governs how CDN edge nodes store and reuse responses, including video segments.
Applications
Internet video has applications across a wide range of sectors and use cases, including:
- Entertainment streaming services and subscription video-on-demand platforms
- Live sports and event broadcasting to global audiences
- Online education and lecture-capture platforms
- Video journalism and news distribution
- Enterprise communications, video conferencing, and training delivery
- Social media video sharing and short-form content platforms
- Telemedicine and remote clinical consultation