You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to play 2 streams side-by-side. I've tried to add more videoRenderer (like 2 videoRenderers, 1 audioRenderers & textRenderer) in the DemoPlayer, but I found ExoPlayerImpl has selectedTrackIndices which limit the number of active video tracks.
I suppose I can't use 2 players since I want to efficiently sync them. Which part of the video rendering pipeline should I change besides ExoPlayerImpl?
The text was updated successfully, but these errors were encountered:
I'm trying to play 2 streams side-by-side. I've tried to add more
videoRenderer
(like 2 videoRenderers, 1 audioRenderers & textRenderer) in theDemoPlayer
, but I foundExoPlayerImpl
hasselectedTrackIndices
which limit the number of active video tracks.I suppose I can't use 2 players since I want to efficiently sync them. Which part of the video rendering pipeline should I change besides
ExoPlayerImpl
?The text was updated successfully, but these errors were encountered: