Hello,
I am working on a project where we need to create a Chromecast receiver app that plays HLS content and delivers HLS ads via the IMA SDK for Google Cast.
I have been able to get the HLS ads to play in a simple receiver app using the supplied sample code.
I've also been able to get HLS content to play with no issues using the Cast reference player located here:
https://github.com/googlecast/CastReferencePlayerHowever, when I try and merge the two into one app that will play both HLS ads and HLS content, I'm not having much luck. It started with a Playback/104 error. I managed to get that resolved, but now I'm having trouble getting the content to resume smoothly.
Is this scenario even possible/supported with the current SDKs? If so, is there some reference code somewhere?
Thanks!