Skip to Content
Mux Docs: Home

Modify playback behavior

Use playback modifiers in your HLS urls to change the default playback behavior.

Playback modifiers are optional parameters added to the video playback URL. These modifiers allow you to change the behavior of the stream you receive from Mux.

Mux Video supports 2 different types of playback policies: public and signed. Playback modifiers are supported for both types of playback policies. However, the method to add them differs.

Query String with public playback URL

https://stream.mux.com/{PLAYBACK_ID}.m3u8?{MODIFIER_NAME}={MODIFIER_VALUE}

Replace PLAYBACK_ID with your asset's public policy playback ID. Replace MODIFIER_NAME and MODIFIER_VALUE with any of the supported modifiers listed below in this document.

JWT Claim with signed playback URL

https://stream.mux.com/{PLAYBACK_ID}.m3u8?token={TOKEN}

Replace PLAYBACK_ID with your asset's signed policy playback ID and TOKEN with the signature generated. Add modifiers to your claims body in the JWT payload. View the guide for Secure video playback for details about adding query parameters to signed tokens.

Example playback modifiers

  • redundant_streams - see advanced options for details about redundant streams in the Play your videos guide.
  • roku_trick_play - see the Create timeline hover previews about including the Image Media Playlist in the manifest URL.
  • default_subtitles_lang - see the Subtitles guide about including a default language.

Was this page helpful?