Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTT streams using dashjs are much later than satellite streams #4695

Open
testeur-990 opened this issue Feb 18, 2025 · 1 comment
Open

OTT streams using dashjs are much later than satellite streams #4695

testeur-990 opened this issue Feb 18, 2025 · 1 comment
Labels

Comments

@testeur-990
Copy link

We have observed that OTT streams using dash.js have a significantly higher delay compared to satellite streams. Our goal is to minimize this delay as much as possible. Could you provide guidance on which parameters we should adjust to to have a minimum delay?

Our application is used on both web and Smart TVs, including some lower-performance TV models.
In the future, we aim to keep the delay as short as possible, as our app will include live soccer match streams.

@dsilhavy
Copy link
Collaborator

There are multiple aspects to take into account here. You can configure the latency in dash.js, here are some examples:

However, it also depends on your content conditioning. If you want to achieve low latencies, you will need to use CMAF chunks and signal them accordingly in your MPD. There is more information here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants