Hi, I am implementing the CAF receiver app. I got pre-roll ads set in bitmovin player config
{key: BITMOVIN_ENV,
analytics: {
videoId: playback_id,
customData1: xxx
},
ui: false,
playback: {
autoplay: true,
},
advertising: {
adBreaks,
},
cast: {
enable: true,
},
remotecontrol: {
type: ‘googlecast’,
receiverVersion: ‘v3’,
receiverApplicationId: APPID
}}
However I encountered some issue is, the chromecast is actually working fine. just after I click the cast button, the video plays on TV however pre-rolls only played on my phone. After the pre-roll ads finished, the video played on TV is reset and it plays from the beginning again. Is there any setting I can make the pre-roll ads play on TV as well? or it is some functionality I need to implement on the CAF receiver app? Thanks in advance!