Create Default HLS Manifest

A Default Manifest is the easiest way to create a manifest file. Its contents will be configured automatically, depending on what output your encoding creates (muxings, thumbnails, sprites, subtitles, DRM information). If you need more control, create a Custom Manifest resource instead. See documentation page for a comparison

Body Params

The Default HLS Manifest to be created.

string

Name of the resource. Can be freely chosen by the user.

string

Description of the resource. Can be freely chosen by the user.

string

User-specific meta data. This can hold anything.

outputs
array of objects
required

The outputs to store the manifest

outputs*
string

The filename of your manifest. If this is not set, the name is used as output file name. Either one of name or manifestName is required. Be aware that spaces will be replaced with underlines (_) on the output.

string
enum

If this is set, the EXT-X-VERSION tags of the Media Playlists are set to the provided version

Allowed:
string
enum

If this is set, the EXT-X-VERSION tag of the Master Playlist is set to the provided version

Allowed:
string
enum
Defaults to LEGACY

Controls the behaviour of the CHANNELS attribute for the EXT-X-VERSION tag

Allowed:
string
enum
Defaults to NORMAL_ROUNDING

The rounding applied to target duration.
Two possible rouding modes exist: NORMAL_ROUNDING, when the target duration is rounded to the nearest integer,
or UPWARDS_ROUNDING, when the target duration is rounded to the highest integer.

Allowed:
string
required

The id of the encoding to create a default manifest for

string
enum
Defaults to V1

Currently not in use

Allowed:
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json