v1

latestOpenAPI 3.0.02026-07-175989869.3 KB
Live Streams

Complete a live stream

Request the completion of a live stream that is currently running. This operation is asynchronous and the live stream will stop after a few seconds.

The API adds the EXT-X-ENDLIST tag to the live stream's HLS manifest. This stops the live stream on the player and also stops the recording of the live stream. The API keeps the incoming connection from the streamer open for at most 1 minute, which can be used to terminate the stream.

put/live-streams/{liveStreamId}/complete

Path parameters

liveStreamIdstring required

The unique ID for the live stream you want to complete.

Response

Accepted