DASH-IF-Conformance icon indicating copy to clipboard operation
DASH-IF-Conformance copied to clipboard

Dynamic validator clock synchronization

Open eceozturk opened this issue 5 years ago • 1 comments

There is a time reference provided by Akamai (see below link). This can be used in the dynamic service validator.

https://developer.akamai.com/legacy/learn/Akamai_Time_Reference/AkamaiTimeReference.html

eceozturk avatar Dec 03 '18 12:12 eceozturk

It is important to use the reference time server defined in the MPD rather than using the same time source for all MPDs. However, the Akamai server can serve as fallback if no reference time server is provided in the MPD. We can probably reuse some of the existing dash.js logic for this: https://github.com/Dash-Industry-Forum/dash.js/blob/development/src/streaming/controllers/TimeSyncController.js

dsilhavy avatar Feb 02 '22 10:02 dsilhavy