
HTTP Live Streaming | A Practical Guide
Stream on-demand and live video with HLS; Use adaptive streaming to provide the best possible viewing experience for your viewers; Enhance your videos by adding features such as trick …
FAQ | HTTP Live Streaming - hlsbook.net
2015年6月7日 · The book is primarily for programmers who want to learn how to develop video and audio streaming solutions using HTTP Live Streaming (HLS). Having said that, it can also …
How to Add Subtitles to a Live HLS Stream | HTTP Live Streaming
2016年1月26日 · In this post I’ll describe how to add subtitles to a live HLS stream. Subtitles can be added to a live video stream by creating a live subtitle playlist. Before I delve into the …
Table of Contents - HTTP Live Streaming
Chapter 2 builds on the first chapter and goes into more detail, such as how HLS works, the format of the playlist and the video segments, and so on. It also covers how to configure a …
Sample Chapter | HTTP Live Streaming - hlsbook.net
In this chapter we’ve learned that adding subtitles in different languages makes our videos more accessible to a wider audience, which can result in more views. And in some cases, adding …
Segmenting Video with ffmpeg – Part 2 | HTTP Live Streaming
2016年8月20日 · In this one, I'll demonstrate how to use ffmpeg's hls muxer. It has more features specific to HLS like support for encryption, subtitles, specifying the type of playlist, and so on. …
HLS and Fragmented MP4 | HTTP Live Streaming
2019年2月13日 · At WWDC 2016, Apple announced support for fragmented MP4 (fMP4) as an alternative to MPEG-TS, which prior to their announcement was the only supported format. So …
Validating HLS Video Streams - HTTP Live Streaming
2016年3月22日 · Validating HLS Video Streams Leave a Reply Once you’ve deployed your videos, it’s always a good idea to check them for any errors and make sure they are valid.
Streaming HLS with Nginx’s RTMP Module | HTTP Live Streaming
2020年9月17日 · In this post I’m going to show you how to use Nginx’s RTMP module to stream a live video (over RTMP) from your desktop and then play it back with HLS. I’ll also cover how to …
How to Serve HLS Video from an S3 Bucket | HTTP Live Streaming
2017年12月10日 · This post will describe how to configure an S3 bucket to serve video using HLS. I've also written some example code that creates a bucket and configures it as outlined …