Update a live stream

PATCH {{baseUrl}}/video/v1/live-streams/:LIVE_STREAM_ID

Updates the parameters of a previously-created live stream. This currently supports a subset of variables. Supply the live stream ID and the updated parameters and Mux will return the corresponding live stream information. The information returned will be the same after update as for subsequent get live stream requests.

Request Body

{"latency_mode"=>"standard", "reconnect_window"=>30, "max_continuous_duration"=>1200}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":{"stream_key":"831b5bde-cd8a-5bc4-115d-4ba34b19f481","status":"idle","reconnect_window":30,"playback_ids":[{"policy":"public","id":"HNRDuwff3K2VjTZZAPuvd2Kx6D01XUQFv02GFBHPUka018"}],"new_asset_settings":{"playback_policies":["public"]},"id":"ZEBrNTpHC02iUah025KM3te6ylM7W4S4silsrFtUkn3Ag","created_at":"1609937654","latency_mode":"standard","max_continuous_duration":1200}}