Create live stream
documentedCreate a new live stream.
POST /video/v1/live-streamsVideo APIno implementation yet0 runsNo 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" \
-X POST \
-u "{{MUX_TOKEN_ID}}:{{MUX_TOKEN_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"playback_policies": ["{{$playback_policy}}"], "new_asset_settings": {"playback_policies": ["{{$new_asset_playback_policy}}"]}}'