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

What is proper way to create audio playlist? #846

Closed
PawelDedio opened this issue Oct 7, 2015 · 3 comments
Closed

What is proper way to create audio playlist? #846

PawelDedio opened this issue Oct 7, 2015 · 3 comments

Comments

@PawelDedio
Copy link

How can I create playlist with multiple mp3 stream url? I am thinking about extending MediaCodecAudioTrackRenderer and override handleMessage(), but how can I load multiple uri to Sample Source and prebuffer next song? I don't found any information about this.

@ojw28 ojw28 added the question label Oct 7, 2015
@kunalbhatia
Copy link

@PawelDedio, anything found yet? I'm trying to switch from Classic MediaPlayer to ExoPlayer? Want to implement a Music/Video player with playlist, subtitles etc, similar to Saavn, is it good time to switch to ExoPlayer right now? Asking you as you're 4 month ahead of me.

@Ash256
Copy link

Ash256 commented Feb 18, 2016

Can I have few codes example to apply reg this issue? TQ

@andrewlewis
Copy link
Collaborator

#1270 tracks adding support for playlists. This is non-trivial to implement because it is necessary to buffer future sources before the current one finishes, so that transitions between sources can be seamless.

@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.
Projects
None yet
Development

No branches or pull requests

5 participants