Skip to content

adimango/http-live-streaming-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

HTTP Live Streaming Examples

This repository contains a collection of samples showcasing of HTTP Live Streaming.

What's 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.

Manifest – M3U8

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).

Samples Overview

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 -

Apiary API streaming list mock

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

Questions

If you have questions about any aspect of this collection, please feel free to open an issue.

About

A repository that contains a collection of samples of HTTP Live Streaming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published