Skip to main content

Update DVR setting for live

PUT 

/bv/cms/v1/lives/:id/dvr

Adjusts the DVR setting for the live stream. Note that these modifications will affect only those viewers who initiate playback after the changes are made.


  • Returns a 400/BadRequest error if DVR is turned off for the live stream.
  • Returns a 404/NotFound error if the requested live stream is not found.

Request

Path Parameters

    id stringrequired

    Required. The unique id of the live.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    started_at date-time

    Optional. Determine the live streaming position where the viewers can seek back to when the DVR is enabled in UTC+0. The value will be set to current time if empty.

Responses

A successful response.

Schema
    started_at date-time

    Output only. Indicate the live streaming position where the viewers can seek back to when the DVR is enabled in UTC+0.

Loading...