SSAI Known Issues

This topic lists known issues for the SSAI application.

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)