ServerConnections Element
Enables the publishing point to return live streams when they are requested by publishing points on other Live Smooth Streaming servers in a distributed network.
<ServerConnections enabled="true|false">
<SendEndOfStreamOnStop />
</ServerConnections>
Attributes
Attribute |
Description |
---|---|
enabled |
Required. true to enable server connections; otherwise, false. |
Child Elements
Parent Element
Example
<ServerConnections enabled="true">
<SendEndOfStreamOnStop>true</SendEndOfStreamOnStop>
</ServerConnections>