v1

latestOpenAPI 3.1.02026-07-24251250397.8 KB
Streaming Manifests

An adaptive streaming manifest

Returns an adaptive streaming manifest for the media

get/manifests/{media_id}.{manifest_extension}

Path parameters

manifest_extension'm3u8' | 'mpd' required

The file extension of the manifest

Possible values:

  • m3u8: HLS manifest
  • mpd: DASH manifest
media_idstring required

Eight-character, alphanumeric ID that uniquely identifies the media

This can be found on the video detail page in the dashboard.

Query parameters

max_resolution320 | 480 | 640 | 960 | 1280 | 1920

Specifies the maximum allowed width and height for renditions.

Only renditions with both dimensions less than or equal to the provided value are included.

Possible Values:

  • 320
  • 480
  • 640
  • 960
  • 1280
  • 1920

This is currently only supported for use with HLS streams.

min_resolution320 | 480 | 640 | 960 | 1280 | 1920

Specifies the minimum allowed width or height for renditions.

Only renditions where either the width or the height is greater than or equal to the provided value are included.

Possible values:

  • 320
  • 480
  • 640
  • 960
  • 1280
  • 1920

This is currently only supported for use with HLS streams.

expinteger

Expiry for protected content using a signed non-JWT URL

More information is available in the <a href="https://docs.jwplayer.com/platform/reference/protect-your-content-with-signed-urls#create-a-signed-non-jwt-url" target="_blank">API reference</a>.

sigstring

Signature for protected content using a signed non-JWT URL

More information is available in the <a href="https://docs.jwplayer.com/platform/reference/protect-your-content-with-signed-urls#create-a-signed-non-jwt-url" target="_blank">API reference</a>.

Response

An adaptive streaming manifest