Live Stream Syndication
A live stream syndication is a variant on a universal syndication.
These are the key details about syndicating a live stream via the Backlot API.
Create the syndcation as described in Creating a Syndication, but in the body of the
POST request set the syndication type to
universal and the asset_type property to include the
live_stream value (and other desired asset types), as shown in the
snippet below.
. . . "name": "My Live Stream", "type": "universal", . . . "asset_types": [ "live_stream", "ad" ], . . .
The syndication is created.
In your Universal Syndication Template Language (USTL) feed template (see Universal Syndication Template Language), you can include properties specific to live streams.