tv-samples
tv-samples copied to clipboard
Add sample codes for supporting ad playback using Exoplayer and PlayerAdapter
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.