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

Right way to implement video playlist #802

Closed
Nimrodda opened this issue Sep 17, 2015 · 1 comment
Closed

Right way to implement video playlist #802

Nimrodda opened this issue Sep 17, 2015 · 1 comment
Labels

Comments

@Nimrodda
Copy link

I'm reusing DemoPlayer from the demo app and I'd like to have playlist functionality for videos.
So in essence, enable the user to create a queue, etc.

As far as I understand the only way to get such functionality is by replacing the RendererBuilder instance which holds the URL to the video.
Without making any modifications to DemoPlayer, it seems that I have to release it and reconstruct it with a new RendererBuilder.

Another way might be to add a setter for rendererBuilder, but I noticed that rendererBuilder field in DemoPlayer is declared as final. I didn't dive in too deep to figure out why is it final, but instead decided to ask here first.

So what would be the best way to do this?
Thanks in advance!

@ojw28 ojw28 added the question label Sep 22, 2015
@andrewlewis
Copy link
Collaborator

#1270 tracks adding playlist support.

@google google locked and limited conversation to collaborators Jun 28, 2017
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