I want to display markers for ads in Exoplayer using the Leanback Adapter and Glue. I am using android.support.v17.leanback.media.PlaybackTransportControlGlue
and android.support.v17.leanback.media.PlayerAdapter
. See the classes VideoExampleWithExoPlayerActivity
, ExoPlayerAdapter
and VideoMediaPlayerGlue
in this sample.
It will be similar to the Youtube ad markers in yellow:
How do I do it?