Update a live stream's embedded subtitles
PUT {{baseUrl}}/video/v1/live-streams/:LIVE_STREAM_ID/embedded-subtitles
Configures a live stream to receive embedded closed captions.
The resulting Asset's subtitle text track will have closed_captions: true
set.
Request Body
{"embedded_subtitles"=>[{"passthrough"=>"Example"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"stream_key":"acaf2ca1-ba9c-5ffe-8c9c-a02bbf0009a6","status":"idle","reconnect_window":60,"playback_ids":[{"policy":"public","id":"HNRDuwff3K2VjTZZAPuvd2Kx6D01XUQFv02GFBHPUka018"},{"policy":"public","id":"4O902oOPU100s7XIQgOeY01U7dHzYlBe26zi3Sq01EJqnxw"}],"new_asset_settings":{"playback_policies":["public"]},"id":"ZEBrNTpHC02iUah025KM3te6ylM7W4S4silsrFtUkn3Ag","created_at":"1609937654","embedded_subtitles":[{"name":"English CC","language_code":"en","language_channel":"cc1","passthrough":"Example"}],"latency_mode":"standard","max_continuous_duration":43200}}