Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Dash-Industry-Forum/dash-live-source-simulator
- Owner: Dash-Industry-Forum
- License: other
- Archived: true
- Created: 2015-04-28T22:25:05.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-06T17:50:43.000Z (5 months ago)
- Last Synced: 2024-08-02T11:25:28.085Z (3 months ago)
- Language: Python
- Size: 1.68 MB
- Stars: 147
- Watchers: 28
- Forks: 38
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-video - dash-live-source-simulator - DASH live source simulator providing reference live content. (Language and platform specific libraries / Python)
- awesome-video - Dash-Industry-Forum/dash-live-source-simulator - DASH live source simulator providing reference live content. - Dash-Industry-Forum/dash-live-source-simulator (DASH / Talks Presentations Podcasts)
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.