Create a clip
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The playback ID of the stream or stream recording to clip. Asset playback IDs are not supported yet.
The start timestamp of the clip in Unix milliseconds. See the ClipTrigger in the UI Kit for an example of how this is calculated (for HLS, it uses Program Date-Time
tags, and for WebRTC, it uses the latency from server to client at stream startup).
The end timestamp of the clip in Unix milliseconds. See the ClipTrigger in the UI Kit for an example of how this is calculated (for HLS, it uses Program Date-Time
tags, and for WebRTC, it uses the latency from server to client at stream startup).
The optional friendly name of the clip to create.
The optional session ID of the stream to clip. This can be used to clip recordings - if it is not specified, it will clip the ongoing livestream.
Response
Was this page helpful?