Changelog

Improved

2023-03-03

Pagination support

We now return several headers in the responses of the GET all APIs:

  • x-pagination-count: number of items in the response body
  • x-pagination-limit: max number of items in a page, as set in the query
  • x-pagination-offset: offset of the first item, as set in the query
  • x-pagination-total-count: total number of existing items

Please see our API reference
for examples and more details.

Added

2023-03-02

Slot management (beta, webapp)

It is now possible to edit future and current slots with our scheduler. This is accessible from:

  • the List view: click on the "Edit slot" button (pencil) of a slot in the "Actions" column
  • the Calendar view: click on a slot

This opens a window where you can:

  • edit all fields of a future slot (not started yet)
  • change the duration or endTime of a current slot (started but not finished)

Notes:

  • past slots cannot be edited. The "Edit slot" button is greyed-out in this case.
  • the "Delete slot" button produces an error message with past and current slots. We will fix this soon.
Added

2023-02-21

Category management (webapp)

It is now possible to create, list, update and delete categories from the webapp (using the dedicated menu entry Categories).


Slot management (beta, webapp)
Scheduler - calendar view

Scheduler - calendar view


It is now possible to manage Content Replacement and Virtual Channel slots with our brand new scheduler. You can:

  • view slots in a calendar on a daily basis (2 filters, date and categories)
  • view slots in a list on a daily basis (2 filters, date and categories)
  • create additional slots with the following improvements:
    • set the day of the startTime (no longuer limited to the current day)
    • choose between duration or endTime
    • set a category

→ 2 ways to access the scheduler (only for Content Replacement and Virtual Channel services)

  • by clicking on the calendar ("Manage slots") icon on the services list (see following picture)
  • by clicking on the "Manage slot button" on the preview page

Accessing the scheduler from the services list

Accessing the scheduler from the services list

Improved

2023-02-17

ESNI API (SCTE-224)

We have optimized this API to avoid creating new slots in the following cases:

  • When only the end time of an in progress slot is changed. We simply extend the duration of the slot in this case.

  • When the replacement content is identical to the original source, which is equivalent to no replacement.

Check status API

We now return an error when the CODECS attribute is missing in a variant tag of a HLS master manifest, for a live, asset or asset catalog source.

This attribute is required by broadpeak.io to check the compatibility of variants when performing HLS manifest manipulation. Please see our Knowledge Center for more details.

Therefore, it is no longer possible to create such a source.

Improved

2023-02-09

Check status API

We now validate connectivity to ad servers before creating them.

The user-agent of the client is forwarded to the ad server in this process.

Added

2022-12-14

Standalone categories

Improved

2022-12-13

Ad Server configuration

Improved

2022-12-07

Content Replacement and Virtual Channel slots

We have added the possibility to set the end time instead of the duration of a slot. One of them is required and they are mutually exclusive. More details in our API reference.

Removed

2022-10-21

Blackout application

This application was deprecated 4 months ago and removed from the WebApp 1 month ago. It is no longer documented in the API Reference and will be completely removed in the coming days. Please use the Content Replacement application to address the blackout use case.

Improved

2022-10-20

Asset catalog source

It is now possible to have several asset catalogs with the same path, as long as they have different samples. This is especially useful if you have DASH and HLS content in the same location.

Source analysis

The source analysis API now returns the list of representations (DASH) or variants (HLS) in the body of the response. They are not displayed in the WebApp.