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
  3. Prepare content source
  4. Ad-Marker specification

SSAI VoD - AdCuePoints

ad CuePoint within a mRSS playlist

<ad:cuepoint>
<ad:cuepoints>
          <cuepoint id="adpod-1">
                    <splicetime>0</splicetime>
                    <maxcount>1</maxcount>
                    <duration>30</duration>
                    <ab>1</ab>
          </cuepoint>
          <cuepoint id="adpod-2">
                    <splicetime>400000</splicetime>
                    <maxcount>2</maxcount>
                    <duration>60</duration>
                    <ab>2</ab>
          </cuepoint>
          <cuepoint id="adpod-3">
                    <splicetime>-1</splicetime>
                    <maxcount>2</maxcount>
                    <duration>25</duration>
                    <ab>3</ab>
          </cuepoint>
</ad:cuepoints>

filed

type

mandatory

description

<cuepoint id>

string

no

Cuepoint ID

<splicetime>

integer

yes

0=pre-role | -1= post-role | Integer= splicetime in miliseconds for mid-roll

<maxcount>

integer

no

Maximun number of ads for a given ad break

<duration>

integer

yes

Ad break duration

<ab>

integer

no

Any additional ad server parameter

PreviousSSAI LIVE - SCTE35NextRequest SSAI enabled stream

Last updated 2 years ago