[iOS] [video_player] only shows a blank screen, no video #51926
Labels
p: video_player
The Video Player plugin
package
flutter/packages repository. See also p: labels.
platform-ios
iOS applications specifically
The video_player plugin is not working on IOS. Instead of playing the video a blank white screen is shown. On videos with audio it sometimes plays the audio but still no video.
Steps to Reproduce
I created a demo application to show the problem. It's basically just the example code from the video_player plugin but with a different example video because the one provided isn't working anymore.
git clone https://github.com/DevNico/video_player_test.git
.cd video_player_test
flutter run
on an ios device / simulatorExpected results:
After tapping on the play button the video should start playing
Actual results:
It just shows a white screen
Logs
The text was updated successfully, but these errors were encountered: