native_video_view icon indicating copy to clipboard operation
native_video_view copied to clipboard

native_video_view - java.io.FileNotFoundException for network files

Open alexandranb opened this issue 5 years ago • 0 comments

Hello,

I get the following log error when trying to use player with network source type and I get this both on device and simulator. No need to provide code example, I tested it on plugin's example demo with network source type.

W/MediaPlayer(15297): Couldn't open https://flutter.github.io/...
W/MediaPlayer(15297): java.io.FileNotFoundException: No content provider: https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4

Flutter doctor output

[√] Flutter (Channel stable, v1.17.5, on Microsoft Windows [Version 10.0.17763.1339], locale en-US)
    • Flutter version 1.17.5
    • Dart version 2.8.4

alexandranb avatar Jul 28 '20 07:07 alexandranb