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

Two exoplayer simultaneously play issue #2391

Closed
usmanahmed951 opened this issue Jan 30, 2017 · 1 comment
Closed

Two exoplayer simultaneously play issue #2391

usmanahmed951 opened this issue Jan 30, 2017 · 1 comment

Comments

@usmanahmed951
Copy link

I wanted to play one video in two simpleexoplayersviews in the same activity at the same time using two different exo players and the media source is created using ConcatenatingMediaSource because I wanted to concatenate two or more videos. When i play the video its runs ok on the first time on both players. but when i again play the same concatenatemediasource one player video stop or does not play and other one does. and if I hit the play button again then the other player video stops and the other one works fine. And when i concate the three videos it got even worse. On the first run the player cause problems. Both players are in UIThread. And i also try this in different threads like one is in main UIthread and other one is other thread but i face the same issue every time. and exoplayerview are created on xml.

@usmanahmed951 usmanahmed951 changed the title Two video simultaneously play issue Two exoplayer simultaneously play issue Jan 30, 2017
@andrewlewis
Copy link
Collaborator

There are a few existing issues about playing multiple videos at once (e.g. #1286). Please search existing issues before filing a new one.

@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

2 participants