Skip to content

Commit

Permalink
Add open source examples that support LL-DASH
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitlinOCallaghan committed Aug 25, 2021
1 parent 95db305 commit 8b168ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/tutorials/low_latency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ these services must also support HTTP chunked transfer encoding.
Examples of supporting content delivery systems:

* `AWS MediaStore <https://aws.amazon.com/mediastore/>`_
* `s3-upload-proxy <https://github.com/fsouza/s3-upload-proxy>`_
* `Streamline Low Latency DASH preview <https://github.com/streamlinevideo/low-latency-preview>`_
* `go-chunked-streaming-server <https://github.com/mjneil/go-chunked-streaming-server>`_

Player
======
Expand All @@ -96,4 +99,5 @@ The player should also recognize the the throughput estimation and ABR challenge
Examples of supporting players:

* `Shaka Player <https://github.com/google/shaka-player>`_
* `dash.js <https://github.com/Dash-Industry-Forum/dash.js>`_
* `dash.js <https://github.com/Dash-Industry-Forum/dash.js>`_
* `Streamline Low Latency DASH preview <https://github.com/streamlinevideo/low-latency-preview>`_

0 comments on commit 8b168ec

Please sign in to comment.