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
When playing videos encoded with AV1 on Android, the video display is incomplete. The rendering starts from the bottom-left corner, and the upper-right portion of the video is cropped and goes off-screen. This issue does not occur on iOS, where the video renders as expected.
Steps to Reproduce
Clone this repository and run the example project.
Play an AV1-encoded video on an Android device.
Observe the video rendering issue as described above.
Additional Observations
Adjusting the height of the video player container (e.g., setting _height in SingleTab to a smaller value like 100) allows the video to render completely, but the video player does not fill the container.
This issue is specific to AV1-encoded videos; other video formats play without any issues.
Analysis
This seems to be a platform-specific issue, as it only occurs on Android devices. I’m unsure whether it is related to the video encoding (AV1) or the layout configuration of the video player.
Environment Information
flutter_vlc_player: 7.4.2
Platform:
Android: Android 15
Expected Behavior
The AV1-encoded videos should render completely on Android, just as they do on iOS, and the video player should fill the designated container as expected.
The text was updated successfully, but these errors were encountered:
Issue Description
When playing videos encoded with AV1 on Android, the video display is incomplete. The rendering starts from the bottom-left corner, and the upper-right portion of the video is cropped and goes off-screen. This issue does not occur on iOS, where the video renders as expected.
Steps to Reproduce
Clone this repository and run the example project.
Play an AV1-encoded video on an Android device.
Observe the video rendering issue as described above.
Additional Observations
Adjusting the height of the video player container (e.g., setting _height in SingleTab to a smaller value like 100) allows the video to render completely, but the video player does not fill the container.
This issue is specific to AV1-encoded videos; other video formats play without any issues.
Analysis
This seems to be a platform-specific issue, as it only occurs on Android devices. I’m unsure whether it is related to the video encoding (AV1) or the layout configuration of the video player.
Environment Information
flutter_vlc_player: 7.4.2
Platform:
Android: Android 15
Expected Behavior
The AV1-encoded videos should render completely on Android, just as they do on iOS, and the video player should fill the designated container as expected.
The text was updated successfully, but these errors were encountered: