Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Dash-Industry-Forum/dash-live-source-simulator

DASH live source simulator providing reference live content.
https://github.com/Dash-Industry-Forum/dash-live-source-simulator

Last synced: 5 days ago
JSON representation

DASH live source simulator providing reference live content.

Awesome Lists containing this project

README

        

# Time to move to livesim2!

This project is no longer maintained and new efforts are done in the livesim2
project instead.

The online service https://livesim.dashif.org on AWS is being stopped beginning of October 2023, and the DNS instead pointed to
the new livesim2 service on Linode at https://livesim2.dashif.org. All old URLs should work, due to all paths `/livesim/*`,
being redirected to `/livesim2/*`, but the response may differ a bit compared to old livesim. For example, `publishTime` is now
more accurate in that it only changes when the MPD changes, and is not just simply the request time as in the first version of livesim.//

Please look at the new project and the links provided by it. You can either use your own content, or download and use the livesim
content from livesim-content to set
up your own test service.

# DASH-IF DASH Live Source Simulator

This software is intended as a reference that can be customized to provide a reference
for several use cases for live DASH distribution.

It uses VoD content in live profile as a start, and modifies the MPD and the media
segments to provide a live source. All modifications are made on the fly, which allows
for many different options as well as accurate timing testing.

The tool is written in Python3 and runs using using wsgi. There is a reference instance running
on AWS at https://livesim.dashif.org, but you can also run it on your own server.

Low-delay DASH is also supported.