tv-samples icon indicating copy to clipboard operation
tv-samples copied to clipboard

Add sample codes for supporting ad playback using Exoplayer and PlayerAdapter

Open MBakhshi96 opened this issue 4 years ago • 0 comments

Exoplayer natively supports ad playback along handling SeekBar and other UI elements. However, UI elements are not handled properly when using leanback components like PlaybackSupportFragment and PlayerAdapter to implement playback with Exoplayer. There is no working sample code to demonstrate how to correctly implement Exoplayer ad playback with leanback components.

Showcase app provides some example implementations of playback with Exoplayer but ad support is not implemented.

MBakhshi96 avatar Dec 22 '21 10:12 MBakhshi96