Closed
Description
The attempt in the ajax request to sync the player with date headers from the fragment servers causes issues when cdn servers are using the date header to indicate the time of the caching.
https://github.com/google/shaka-player/blob/master/lib/util/ajax_request.js#L457
For us that means that we have to outcomment this line as it makes our video player run out of sync. Is there a way to fix this easily?