SERVERSIDE.AI
  • Welcome to serverside.ai
  • Getting Started
    • Prerequisites
    • Onboarding Guide
      • Serverside.ai: Create an account
      • Prepare content source
        • Encoding specification
        • Packaging specification
        • Ad-Marker specification
          • SSAI LIVE - SCTE35
          • SSAI VoD - AdCuePoints
      • Request SSAI enabled stream
    • Features
  • Content Source
    • Encoding
    • Packaging
      • HLS
      • DASH
    • Protection
    • Ad-Marker Specifications
  • Video Player/App
    • Live - DASH/HLS
    • VOD - DASH/HLS
    • VAST Tracking
      • Live - DASH
      • Live - HLS
      • VOD - DASH/HLS
      • ClientSideTracking SDK
    • Timeshift/Startover for LIVE
    • Playlist size for LIVE
    • PauseLiveTV
  • Ad-Server Integration
    • Ad-Server Parameter
      • Equativ/ SmartAdServer
      • Freewheel
      • Google Ad Manager
      • SpotX
    • GVA - Generic VAST Adapter
      • GVA - Configuration
    • 3rd Party Audience Data Integration/DMP
  • Ad Media Condition and Delivery
    • Ad Media - Origin integration
    • Ad Media - CDN integration
    • Prefetch API
  • Manual - User Interface
    • Account
    • Channels/Streams
    • Reports
    • Assets
  • REST API
    • Channels
      • API routes - Channels
      • VOD Channels
      • Detailed channel analysis errors
    • Reports
      • API Routes - reports
    • Playlists
    • Error responses for all routes
    • Further Documentation
  • Support
    • About support case management
    • Creating a case
    • Case language
    • Case processing
    • Booking a meeting
    • Requesting elevated attention
    • Closing a case
  • FAQ - Questionnaire - Glossary
    • Q&A
    • Questionnaire
    • Glossary
    • Files
  • Quality of Service
  • Release Notes
    • Version 2.1.0.x
    • Version 2.0.7.x
    • Version 2.0.6.x
    • Version 2.0.5.x
Powered by GitBook
On this page
  1. Getting Started
  2. Onboarding Guide

Request SSAI enabled stream

PreviousSSAI VoD - AdCuePointsNextFeatures

Last updated 4 years ago

HLS Live

The manifest URL and its parameters have the following schema:

Explanation, the dollar-uppercase strings are placeholders for:

  • $DOMAIN - self-explanatory

  • $CHAN_ID - as configured in our channel management tool

  • $API_KEY - as configured in our channel management tool

  • $IFA - a unique identifier for each client that is sent to the SSP

  • $CONTEXT - can be either „web“ or „app“ — without the quotes

  • $WIDTH - a number for resolution width

  • $HEIGHT - a number for resolution height

  • $GDPR - 0 (no) or 1 (yes)

  • $CONSENT - 0 (no), 1 (yes), 2 (legitimate interest), or Full IAB consent string

To get more information read the and section.

https://$DOMAIN/hls/$CHAN_ID/master.m3u8?api-key=$API_KEY&ifa=$IFA&context=$CONTEXT&player_width=$WIDTH&player_height=$HEIGHT&regs[gdpr]=$GDPR&user[consent]=$CONSENT
manifests-request
ad-server configuration