Share via


Modules Element

Lists the currently processing modules.

<Modules>
  <Module />
</Modules>

Child Elements

Module Element

Parent Element

Settings Element

Example

<Modules>
  <Module id="hls" type="sink" name="HTTP Live Streaming">
     // Apple HLS module configuration. 
    <HLS>
      <SegmentLength>PT10S</SegmentLength>
      <MaxBitRate>3000000</MaxBitRate>
      <AllowCaching>false</AllowCaching>
      <BackwardCompatible>true</BackwardCompatible>
      <IncludeCodecs>false</IncludeCodecs>
      <Encryption enabled="true">
        <Key>8C339AD2F44E4B2B72C95888385221BE</Key>
      </Encryption>
    </HLS>
  </Module>
</Modules>