-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[FEATURE]upgrade depandences ExoPlayer to 2.16.0 #882
Comments
|
Hi, did you have this problem?await OrientationHelper.setPreferredOrientations([ Set the app fixed vertical screen. After clicking the rotate horizontal and vertical screen on the video page and exiting the full screen, all pages will follow the gravity sensing of the mobile phone to rotate the horizontal and vertical screen continuously. How do you set this? flutter sdk: 2.8.1 |
set option afterflullscreen |
A bunch of issues were fixed on the newest versions: https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md This would be highly appreacited! |
u can try . only android |
u guys are awesome!!! totally works!! thx~ ps: kotlinOptions { |
Fixed in latest release. |
current version using ExoPlayer 2.15.1, its unable to play mp4 file which is recorded by Weixin, cause of ExoPlayer throw an "ArrayIndexOutOfBoundsException" error.
the new version of ExoPlayer 2.16.0 has fixed it:
ExoPlayer 2.16.0 :
MP4: Avoid throwing ArrayIndexOutOfBoundsException when parsing invalid colr boxes produced by some device cameras (#9332).
The text was updated successfully, but these errors were encountered: