feat(HLS): Add support for EXT-X-DATERANGE (#6718)

Closes https://github.com/shaka-project/shaka-player/issues/3523
This commit is contained in:
Álvaro Velad Galván
2024-06-03 10:10:39 +02:00
committed by GitHub
parent 89c8361ee0
commit 2ec64442e2
19 changed files with 365 additions and 11 deletions
+1
View File
@@ -46,6 +46,7 @@ describe('DashParser Patch', () => {
newDrmInfo: (stream) => {},
onManifestUpdated: () => {},
getBandwidthEstimate: () => 1e6,
onMetadata: () => {},
};
Date.now = () => publishTime.getTime() + 10;