Projects

Project Management (Content Pools)

Projects - also referred to as Content Pools - are the central organizational units for media content on the platform. In On-Demand projects, you can upload and manage an unlimited number of media files, while Livestream projects represent a dedicated livestream channel used to create and manage live broadcasts.


Projects Overview

The Projects section provides an overview of all available content pools within the account.

Here you can:

  • View all existing projects

  • Filter projects by type (On-Demand or Livestream)

  • Mark projects as favorites

  • Search for projects by name

  • Create new projects

Projects are displayed as tiles showing the project name, type, and assigned group.


Project Types

Two project types are available:

On-Demand Projects

On-Demand projects are used to manage pre-recorded media content.

Within an On-Demand project, you can:

Livestream Projects

Livestream projects are used for live video events.

Within a Livestream project, you can:


Creating a Project

New projects can be created directly from the Projects overview.

When creating a project, you define:

  • Title of the project

  • Project type (On-Demand or Livestream)

  • Default publication status

  • Default metadata language

These settings apply to all content within the project.


Project Configuration

Additional configuration options depend on the selected project type and enabled modules.

Detailed configuration settings for:

are described in the corresponding chapters of this documentation.

Content Protection

With Content Protection, you can secure the delivery of content when using our player, direct streaming URLs, or download URLs.

This option is enabled by default and when you integrate our player, token generation for content protection is handled automatically. Only if you do not use our player - for example, when using progressive download or a third-party video player - do you need to generate the access tokens yourself.

You can enable or disable this feature in Project Settings → Content Protection for the desired project. Once activated, all content delivered through our video player will automatically be protected by this mechanism.

Content Protection secures media delivery by signing and tokenizing every video chunk that is requested during playback or download. Each request is validated against a time-limited token before the chunk is delivered. If the token is missing, invalid, or expired, access to the requested video segment is denied. This prevents unauthorized access and sharing of direct streaming or download URLs.


Example: Token Generation

circle-info

A new token must be generated for every request. Reusing tokens is not supported and may result in access being denied.

Generate a token (PHP example)

Generate the streaming URL


Last updated