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
Parent Element
Example
<ClientConnections enabled="true">
<ClientManifestVersion>2.0</ClientManifestVersion>
</ClientConnections>