Skip to main content

Glossary

Welcome to the Cloud Video Kit Glossary. This document provides definitions and explanations for key terms and concepts used in Cloud Video Kit console and throughout the documentation. Whether you're new to video streaming technology or an experienced developer, this glossary will help you navigate the terminology specific to our platform.

The terms are organized into categories to help you quickly find related concepts. As you explore the Cloud Video Kit's features and capabilities, refer back to this glossary for clarification on any unfamiliar terms.


Video Streaming Concepts

Name
Description
VODVideo on Demand, a system that allows users to select and watch video content when they choose to.
HLSHTTP Live Streaming, a protocol for delivering live and on-demand video. It is consumed primarily by Apple devices.
DASHDynamic Adaptive Streaming over HTTP, a protocol for adaptive bitrate streaming. It is consumed primarily by Android and other Google platforms.
CatchupA feature allowing users to watch content that has already been broadcast. In Cloud Video Kit catchups are stored for 14 days.
VASTVideo Ad Serving Template: A standard format for delivering and tracking video ads. It helps ensure that video players and ad systems work together correctly to show and report ads.

Content Management

Name
Description
AssetA streaming ready video file managed by the Cloud Video Kit.
ChannelA live streaming entity in the Cloud Video Kit.
EventA scheduled live streaming session created for a given channel.
RecordingA captured piece of a live stream. Recording can be understood as a Live2VOD asset.
ArchiveCatchup of the live channel that is used as a source for transcoding.

Technical Operations

Name
Description
APIApplication Programming Interface, a set of protocols for building and integrating application software.
TranscodingThe process of converting a media file from one format to another. It also covers the Packaging process in Cloud Video Kit.
PresetA predefined set of encoding settings used for transcoding and packaging.
Just-in-time Packaging (JITP)A flow alternative to static packaging to storage. JITP gives more flexibility in case of changing the configuration of output. It usually has a lower upfront cost and origination cost, depending on the number of viewers.
EndpointA specific URL where an API or the file can be accessed.
Analytics impression​A single instance of content being displayed or played. One impression is used when a viewer sees at least one frame of a video.

Security and Access Control

Name
Description
DRMDigital Rights Management, a method to protect streaming media assets.
CAPConcurrent Access Protection, a security feature for controlling access to content. It limits number of concurrent users consuming the content at the same time. Prevents password sharing.
OAuthAn authorization standard for Cloud Video Kit API.
Access TokenA security feature used for authentication and authorization. Access token is generated using unique ClientID and ClientSecret credentials.
API​ keyA string passed in a header of API requests. An alternative authorization method for accessing Cloud Video Kit API.
TenantAn organization or project in the Cloud Video Kit system.
MemberA user of Cloud Video Kit.
RoleA set of permissions assigned to a member for a given tenant.