Share via


Archive Element

Enables archiving of live streams to on-demand Smooth Streaming presentations.

<Archive enabled="true|false">
  <SegmentLength />
  <Path />
</Archive>

Attributes

Attribute

Description

enabled

Required. true to enable archiving of live streams to on-demand Smooth Streaming presentations; otherwise, false.

Child Elements

SegmentLength Element

Path Element

Parent Element

Settings Element

Example

<Archive enabled="true">
  <Path useEventIdOnPath="false" />
</Archive>