Hi,
We're trying to enable Chromcast support on our player, and it normally seems to work. However we are using the advertising setup to add prerolls for disclaimers, etc. When a video has one of these prerolls, the Casting icon appears, but clicking it does nothing. If the preroll is removed from the video, then it works.
The prerolls are being added via .setup using:
advertising: {
client: "vast",
schedule: {
adbreak1: {
offset: "pre",
tag: bumper_path,
}
},
admessage: ' '
}
Where "bumper_path" is a valid url to the disclaimer/preroll.
Is there any issue with our implementation? Prerolls have always worked fine for us using this method. Everything else continues to work correctly, the preroll plays, then the video (the casting icon only shows when the full video starts playing), the icon is just not clickable.
Thanks.
↧