Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.51 KB

HLSSupport.md

File metadata and controls

49 lines (36 loc) · 1.51 KB

HLS support

  • Supported format

    • Container: MPEG-2 Transport Streams was tested only
    • Codec: AVC, HEVC, AAC
    • Subtitle: webvtt
    • Data source: http, https, local file
    • Type: live, vod
    • Encryption: aes-128, sample-aes, private extend
    • Play list type: media and master playlist
  • Seamless switch supported

    • Codec: the sample codec in each media play list
    • Aligned: by sequence No. for now
  • Not fully supported tags

    • EXT-X-DISCONTINUITY

      Supported features:
      
          1. timestamp sequence change
          2. encoding parameters change
          3. encoding sequence change
      
      Not supported features
      
          1. file format change
          2. number, type, and identifiers of tracks change
      
  • Not be Supported tags

  • Plan

    • Format support fmp4
    • Fully support EXT-X-DISCONTINUITY
    • DRM support
    • Packet Audio support