ClientConnections Element

Enables the publishing point to return live streams when they are requested by clients.

<ClientConnections enabled="true|false">
  <WindowLength />
  <LiveCacheLength />
  <ClientManifestVersion />
</ClientConnections>

Attributes

Attribute

Description

enabled

Required. true to enable the publishing point to return live streams; otherwise, false.

Child Elements

WindowLength Element

LiveCacheLength Element

ClientManifestVersion Element

Parent Element

Settings Element

Example

<ClientConnections enabled="true">
  <ClientManifestVersion>2.0</ClientManifestVersion>
</ClientConnections>