v1

latestOpenAPI 3.1.02026-07-24251250397.8 KB
Broadcast Live

Broadcast Live stream manifest

Provides a live or on-demand manifest depending on the current live streaming status

For more information see Create a live stream.

get/live/broadcast/{media_id}.{manifest_extension}

Path parameters

media_idstring required

Eight-character, alphanumeric ID that uniquely identifies the media

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

manifest_extension'm3u8' | 'mpd' required

The file extension of the manifest

Possible values:

  • m3u8: HLS manifest
  • mpd: DASH manifest

Query parameters

time_shiftinteger

Number of seconds by which to offset the start of the live stream

This parameter allows broadcasters to time-shift 24/7 channels for different time zones or to create catch-up channels.

For example, time_shift=3600 will delay the visible start of the stream by 1 hour.

The maximum allowed value is 21600 seconds (6 hours).

type'chromecast' | 'dvb-dash'

Identifies the appropriate manifest, specific to the use case, to direct the request

For example, defining type=chromecast will retrieve a manifest dedicated to play streams on Chromecast devices.

Response

Manifest for the livestream