Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get cue points / ad breakers for Google IMA ? #3437

Closed
harneev opened this issue Nov 7, 2017 · 1 comment
Closed

How to get cue points / ad breakers for Google IMA ? #3437

harneev opened this issue Nov 7, 2017 · 1 comment
Assignees
Labels

Comments

@harneev
Copy link

harneev commented Nov 7, 2017

I want to create a custom seekbar with ad breakers.
Can i do it with Exoplayer r2.5.4 with IMA extension ?
As i dont have access to AdsManager so i cannot get CuePoints. Can i solve this problem with latest version ?

@andrewlewis
Copy link
Collaborator

For accessing the AdsManager, please see #3322 (comment).

Alternatively, if you're using ExoPlayer's UI library you could investigate using DefaultTimeBar with customization via its attributes, or, if you need more control, make your own implementation of TimeBar. PlaybackControlView passes ad break times to TimeBar.setAdBreakTimesMs.

@google google locked and limited conversation to collaborators Mar 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants