Guide to Mobile Video Streaming with HLS
HTTP Live Streaming, also known as HLS, is the most common format used today for streaming video. If you're building a video streaming application today, you should probably use HLS. Apple created the HLS standard in 2009, and it is the required streaming format for iOS devices.
Link
Related resources
- Introduction to HTTP Live Streaming: HLS on Android and MoreThis article explains how HTTP Live Streaming works and demonstrates how to create an HLS player in Android.
- Video Streaming CheatsheetThe Video Streaming Cheatsheet is a double sided page, suitable for printing, that contains common terminology used in the video streaming…
- How video streaming works on the web: An introductionNote: this article is an introduction to video streaming in JavaScript and is mostly targeted to web developers. A large part of the…
- Streaming OnboardingNew to streaming and don't know where to start? This is the place for you! - Eyevinn/streaming-onboarding
- Tears of Steel (Open Movie)A Blender Foundation live-action/CGI short film (2012) released as open content. Often used as test material for visual effects, 4K streami…
- FFmpeg Wiki: Streaming GuideAn official Wiki guide from FFmpeg explaining how to set up streaming using FFmpeg, including examples for streaming via RTMP to servers or…
- Per-Title Encoding: 5 Implementation Tips – BitmovinA Bitmovin guide that offers practical tips for implementing Per-Title encoding (content adaptive encoding) in a video workflow. It builds…
- Avid Media Composer | FirstAvid's free tier of Media Composer, offering a subset of the professional editing tools for beginners. It's widely used in the film & TV in…
- CRF Guide (Constant Rate Factor in x264, x265 and libvpx)What is the Constant Rate Factor?
- Introduction to H.264: (1) NAL Unit | Yumi Chan's BlogThis article is to introduce H.264 and provide a overview of NAL Unit. It also explains NALU header byte which contains the basic informati…
- Netflix TechBlog – Official BlogNetflix's engineering blog often covers innovations in video encoding, quality metrics, and streaming architecture that Netflix has develop…
- Stack Exchange – Video ProductionA Q&A community for video production and post-production. Topics often include editing, codecs, formats, and troubleshooting video workflow…
- Netflix Video Quality at Scale with Cosmos MicroservicesA deep dive into Netflix's Cosmos platform and how its microservice architecture enables large-scale video quality improvements (like per-t…
- Rebuilding Netflix Video Processing Pipeline with MicroservicesNetflix Tech Blog post (part of a series) describing how Netflix migrated their video processing pipeline to a microservices architecture t…
- FFmpeg Threads Command: How it Affects Quality and PerformanceSo, I received an email from an acquaintance that read, “I was curious if there is actually any benefit to a “threads=” type custom command…