hls.js 1.5.14 → 1.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hls-demo.js +3 -2
- package/dist/hls-demo.js.map +1 -1
- package/dist/hls.js +98 -45
- package/dist/hls.js.map +1 -1
- package/dist/hls.light.js +3 -5
- package/dist/hls.light.js.map +1 -1
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.min.js.map +1 -1
- package/dist/hls.light.mjs +3 -5
- package/dist/hls.light.mjs.map +1 -1
- package/dist/hls.min.js +1 -1
- package/dist/hls.min.js.map +1 -1
- package/dist/hls.mjs +92 -45
- package/dist/hls.mjs.map +1 -1
- package/dist/hls.worker.js +1 -1
- package/dist/hls.worker.js.map +1 -1
- package/package.json +1 -1
- package/src/controller/content-steering-controller.ts +1 -2
- package/src/controller/eme-controller.ts +39 -19
- package/src/utils/mediakeys-helper.ts +11 -8
- package/src/utils/mp4-tools.ts +72 -27
package/dist/hls-demo.js
CHANGED
@@ -246,9 +246,10 @@
|
|
246
246
|
skipFunctionalTests: true
|
247
247
|
},
|
248
248
|
startDelimiterOverlappingBetweenPESPackets: {
|
249
|
-
url: 'https://hlsjs-test-streams
|
249
|
+
url: 'https://wistia.github.io/hlsjs-test-streams/assets/start-delimiter.m3u8',
|
250
250
|
description: "A stream with the start delimiter overlapping between PES packets.\n Related to https://github.com/video-dev/hls.js/issues/3834, where Apple Silicon chips throw decoding errors if\n NAL units are not starting right at the beginning of the PES packet when using hardware accelerated decoding.",
|
251
|
-
abr: false
|
251
|
+
abr: false,
|
252
|
+
skipFunctionalTests: true
|
252
253
|
}
|
253
254
|
};
|
254
255
|
|