We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fac20d commit 993cf61Copy full SHA for 993cf61
src/demux/transmuxer.ts
@@ -14,7 +14,7 @@ import ChunkCache from './chunk-cache';
14
import { appendUint8Array } from '../utils/mp4-tools';
15
16
import { logger } from '../utils/logger';
17
-import { HlsConfig, EMEControllerConfig, KeyidValue } from '../config';
+import { HlsConfig, KeyidValue } from '../config';
18
19
let now;
20
// performance.now() not available on WebWorker, at least on Safari Desktop
0 commit comments