Known Issues: Server-Side Ad Insertion (SSAI)

In this topic, you will learn about the known issues associated with Server-Side Ad Insertion (SSAI).

Pre-roll ads

Issue

When seeking playback to the beginning of a video with a pre-roll ad, the ads-ad-ended and ads-pod-ended events will fire.

Work-around

A possible work-around would be to use

player.currentTime(0.1)

instead of this

player.currentTime(0)