v31

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-28124212862.9 KB
Live Streams

Create a live stream playback ID

Create a new playback ID for this live stream, through which a viewer can watch the streamed content of the live stream.

post/video/v1/live-streams/{LIVE_STREAM_ID}/playback-ids

Path parameters

LIVE_STREAM_IDstring required

The live stream ID

Request body

policy'public' | 'signed' | 'drm'
  • public playback IDs are accessible by constructing an HLS URL like https://stream.mux.com/${PLAYBACK_ID}

  • signed playback IDs should be used with tokens https://stream.mux.com/${PLAYBACK_ID}?token={TOKEN}. See Secure video playback for details about creating tokens.

  • drm playback IDs are protected with DRM technologies. See DRM documentation for more details.

drm_configuration_idstring

The DRM configuration used by this playback ID. Must only be set when policy is set to drm.

Response

Created