Skip to Content

Playback ID

Operations related to the manipulation of playback IDs, through which users are able to stream videos and live streams from Mux.

id
string

Unique identifier for the PlaybackID

policy
string
Possible values: "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_id
string

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