- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[BUG]: playback stop when changing selectedVideoTrack value 'resolution' #3804
Comments
It's working for most of the devices but only a smal fraction of devices are getting this problem, don't know why This is the video of the device having the issue with the selectedVideoTrack prop with.prop.mp4And this is the video of the same device without having the selectedVideoTrack prop without.prop.mp4What information should I need to provide to inspect? |
You should try to reproduce the issue with the exoplayer/media3 sample! It looks like a device issue. I will close it for now. Ping me if you have info. BTW it would be interesting to retest with the next release (6.1.0) |
ok, sure |
Version
6.0.0
What platforms are you having the problem on?
Android
Architecture
Old architecture
What happened?
I'm receiving the following problem while attempting to switch between resolutions of DRM protected Video and
selectedVideoTrack
typesresolution
andindex
as well. Without theselectedVideoTrack
props, everything works perfectly; it's not causing an issue for every device, only certain of them; for me, the device I'm receiving the error forDevice Information:
OPPO Reno 2f
11
CPH1989
OPPO
11
CPH1989_11_F.24
Expected Behavior:
The track resolution of the video should need to be changed.
Actual Behaviour
The app crashes or phone freezes/restarts after changing the
value
forselectedVideoTrack
.NB:- without
selectedVideoTrack
works fine but why when using/changingvalue
ofselectedVideoTrack
freezesReproduction
https://github.com/anasvemmully/rnvideotest
Reproduction
The app crashes or phone freezes/restarts after changing the
value
forselectedVideoTrack
.Caught through LogCat
The following error caught from
onError
video of the stated issue
without selectedVideoTrack prop Mp4
with selectedVideoTrack prop Mp4
The text was updated successfully, but these errors were encountered: