Sign in

Update live stream

documented

Update a live stream.

PATCH /video/v1/live-streams/{LIVE_STREAM_ID}Video APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.mux.com/video/v1/live-streams/{{$live_stream_id}}" \
  -X PATCH \
  -u {{MUX_API_KEY}}:{{MUX_SECRET}} \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"latency_mode": "{{$latency_mode}}", "reconnect_window": {{$reconnect_window}}, "max_continuous_duration": {{$max_continuous_duration}}}'