hls.js 1.5.2-0.canary.9963 → 1.5.2-0.canary.9966
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 +4 -5
- package/dist/hls-demo.js.map +1 -1
- package/dist/hls.js +2 -2
- package/dist/hls.light.js +2 -2
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.mjs +2 -2
- package/dist/hls.min.js +1 -1
- package/dist/hls.mjs +2 -2
- package/dist/hls.worker.js +1 -1
- package/package.json +3 -3
package/dist/hls-demo.js
CHANGED
@@ -214,11 +214,10 @@
|
|
214
214
|
// abr: true,
|
215
215
|
startSeek: true
|
216
216
|
},
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
// },
|
217
|
+
AppleAdvancedHevcAvcHls: {
|
218
|
+
url: 'https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_adv_example_hevc/master.m3u8',
|
219
|
+
description: 'Advanced stream (HEVC/H.264, AC-3/AAC, WebVTT, fMP4 segments)'
|
220
|
+
},
|
222
221
|
MuxLowLatencyHls: {
|
223
222
|
url: 'https://stream.mux.com/v69RSHhFelSm4701snP22dYz2jICy4E4FUyk02rW4gxRM.m3u8',
|
224
223
|
description: 'Low-Latency HLS sample of Big Buck Bunny loop and a timer. Restarts every 12 hours. (fMP4 segments)',
|