Product
Player
Question
Is it possible to combine Cloudfront signed cookies with casting to the default Bitmovin CAF receiver?
I have the cookies working nicely on the WebSDK, but I get ‘network error while downloading’ on the device the Chromecast is plugged into. I’m assuming this is because the receiver has no access to the cookies. Is that right?
So, is there a way - if I also whitelist the receiver domain in the AWS S3 CORS policy - to write cookies that enable the receiver domain (I’m guessing it’s maybe ‘bitmovin.com’) as well as the sender page domain?
(this was also asked at Chromecast cookies · Issue #331 · bitmovin/bitmovin-player-ui · GitHub but never answered)
Thanks.