Hi,
Our previous implementation before the ads use-case was using the HlsMediaSource.Factory method to setup the data source and media item, and then setting the media source to the player. In doing this, we were setting `allowChunklessPreparation` to false. Due to the manifests we are working with, this was required in order for some streams to work properly with captions, audio tracks etc
Now after following the documentation to setup the IMA SDK for CSAI, I see that I don't have the option to setup an HLS media source type while also being able to set the local ad insertion components (as outlined in the docs).
Is there a way to setup the exoplayer with CSAI using the IMA SDK, where I can also achieve disabling chunkless preparation for HLS streams?
Exoplayer and IMA SDK versions being used: 2.18.1
Please let me know if you need any further information
Cheers,
Kevin