This repository contains a collection of samples showcasing of HTTP Live Streaming.
HLS lets you deploy content using ordinary web servers and content delivery networks. HLS is designed for reliability and dynamically adapts to network conditions by optimizing playback for the available speed of wired and wireless connections.
Apple HTTP Live Streaming (HLS) uses an M3U8 playlist as its manifest, typically a variant of a stream is quality of the stream in a specific bitrate and/or resolution. Variant playlists are structured in the following that there is one root M3U8 that references other M3U8s that describe the individual variants (qualities).
It’s good to have a variety of streams available when you are testing your adaptive streaming solution to ensure you are covering all aspects of your playback. Below you will find list of publicly available HLS examples, test streams and datasets to help you through your development process.
This repository contains a few categories of samples:
.m3u8 | EXT-X-KEY |
---|---|
Skate Phantom 4k | - |
Planete Interdite | - |
Pipe Dream Tahiti | - |
We Are Blood 4k | - |
Caminande 2k | - |
Caminandes 4k | - |
Big Buck Bunny | - |
Oceans | - |
Playlist | - |
Livestream Metadata | - |
Tears of Steel 4k | - |
Artbeats | - |
A REST service that you can use whenever you need some fake data. It's great for faking a server, sharing code examples, testing your MVP.
https://private-cd8f11-httplivestreaming.apiary-mock.com/streaming
If you have questions about any aspect of this collection, please feel free to open an issue.