hls.js 1.5.2-0.canary.9970 → 1.5.2-0.canary.9971

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/README.md CHANGED
@@ -37,6 +37,7 @@ HLS.js is written in [ECMAScript6] (`*.js`) and [TypeScript] (`*.ts`) (strongly
37
37
  - Fragmented MP4 container
38
38
  - MPEG-2 TS container
39
39
  - ITU-T Rec. H.264 and ISO/IEC 14496-10 Elementary Stream
40
+ - ITU-T Rec. H.265 and ISO/IEC 23008-2 Elementary Stream
40
41
  - ISO/IEC 13818-7 ADTS AAC Elementary Stream
41
42
  - ISO/IEC 11172-3 / ISO/IEC 13818-3 (MPEG-1/2 Audio Layer III) Elementary Stream
42
43
  - ATSC A/52 / AC-3 / Dolby Digital Elementary Stream
package/dist/hls-demo.js CHANGED
@@ -254,6 +254,11 @@
254
254
  url: 'https://jvaryhlstests.blob.core.windows.net/hlstestdata/playlist_encrypted.m3u8',
255
255
  description: 'aes-256 and aes-256-ctr full segment encryption',
256
256
  abr: false
257
+ },
258
+ mpegTsHevcHls: {
259
+ url: 'https://devoldemar.github.io/streams/hls/bipbop/hevc.m3u8',
260
+ description: 'Advanced stream (HEVC Main 10, MPEG-TS segments)',
261
+ skipFunctionalTests: true
257
262
  }
258
263
  };
259
264