Results 219 comments of Daniel Silhavy

Validator should sync against the UTC clock before doing timing validations. For reference see the implementation in dash.js: https://github.com/Dash-Industry-Forum/dash.js/blob/development/src/streaming/controllers/TimeSyncController.js

@vdalex25 Can you please check if #4056 solves the issue

- Steering Server HTTP 410 response: Use cached/last response and stop steering timer - Overwrite ttl value and use 429 Retry-After value if present

Good finding thanks. Will try to look into this as part of one of the next sprints

@lamflam That is interesting. We did some optimizations in dash.js 4.0.0 to reduce the load and the memory consumption. Just to be precise here: The idea described by @wilaw is...

Can we solve this problem by using the segment duration rather than a static value? Based on your description in #3610 I assume that the Tizen TV clears everything up...

@orange4glace I would prefer to only apply this offset in case a `QUOTA_EXCEEDED_ERROR` error occurs. Could you do it that way and rebase your change against the latest development branch?