mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-25 17:45:03 +03:00
feat(HLS): Add support for EXT-X-DATERANGE (#6718)
Closes https://github.com/shaka-project/shaka-player/issues/3523
This commit is contained in:
committed by
GitHub
parent
89c8361ee0
commit
2ec64442e2
@@ -46,6 +46,7 @@ describe('DashParser Patch', () => {
|
||||
newDrmInfo: (stream) => {},
|
||||
onManifestUpdated: () => {},
|
||||
getBandwidthEstimate: () => 1e6,
|
||||
onMetadata: () => {},
|
||||
};
|
||||
Date.now = () => publishTime.getTime() + 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user