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
Does ExoPlayer support multiple HLS videos on a single activity ?
I am trying to play multiple videos(currently two) from one activity. One of the video plays fine but for the other one , unable to initiate decoderOMX.Google.xxxx appears.
How can I solve this ?
The text was updated successfully, but these errors were encountered:
See #273. Though it is possible to create and use more than one player at the same time on many devices, unfortunately there are some devices where this doesn't work.
You may be able to work around the limitation by using software codecs, but this is very inefficient. Also, based on your comment, the device is already trying to use a OMX.google. software decoder, so even that appears not to work. On what device did you see the error message?
Does ExoPlayer support multiple HLS videos on a single activity ?
I am trying to play multiple videos(currently two) from one activity. One of the video plays fine but for the other one , unable to initiate decoder
OMX.Google.xxxx
appears.How can I solve this ?
The text was updated successfully, but these errors were encountered: