kilroy80 / flutter_video_360

flutter 360 video plugin
MIT License
14 stars 19 forks source link

[Android] Video is not rendered but the sound is playing #4

Closed chuyentt closed 2 years ago

chuyentt commented 2 years ago

Dear @kilroy80 Thanks for creating a useful package! I followed your example, on iOS everything is OK but on Android, only a black screen with sound is playing.

kilroy80 commented 2 years ago

Bug due to Flutter SDK version upgrade. I'm thinking about a solution.

chuyentt commented 2 years ago

I have created a PR

kilroy80 commented 2 years ago

Thank you PR, But that's not the answer. The upgrade of the flutter version changed the way SurfaceView was implemented. If you check it at the beta branch, it won't work properly.

chuyentt commented 2 years ago

Thank you PR, But that's not the answer. The upgrade of the flutter version changed the way SurfaceView was implemented. If you check it at the beta branch, it won't work properly.

My PR is using Flutter 2.10.4 stable (not beta). I have tested on both iOS and Android, and they all work as expected.