Closed pixlhero closed 5 months ago
It may happen with low end devices that doesn't support well multiple player playing DRM content. If you change both content with a non DRM content it should work better.
It this demo case retry doesn't work because of that.
Ah, you're totally right. It worked on the phone even when changing just one of the videos to a non-DRM one. Do you have some info about what kind of devices this affects?
In the Media3 documentation, you can find its supported format and supported devices. You can also find the platform's supported media formats. But I don't see anything in there to explain your issue.
However, this comment https://github.com/google/ExoPlayer/issues/10285#issuecomment-1164529932 suggests that it may be a platform/device specific issue.
Description of the problem
When going to
Showcases
->Misc
->Multi player
one of the players displays an "Unknown error. Tap to retry!". Taping doesn't fix the issue.This bug didn't appear on a Pixel 4a, Android 13
Device
P.S. the video setup in our app is a bit different. But the error is the same. Good thing is that the "Tap to retry!" command actually fixes the problem. And the issue only appears very rarely and only when switching from a vod-video to a live video. Moreover this device is not very widespread.
So for us it's not very big issue, we just thought it might be interesting in case you see any other devices that have the same issue.
Relevant stack trace or log output
Reproducibility
Always
Steps to reproduce
Build the pillarbox-demo and navigate to
Showcases
->Misc
->Multi player
Library version
1.0.0
Operating system
Android 11
Code sample
No response
Is there an existing issue for this?