fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

m3u8 files can be played on iOS but Android gives error #836

Open saeedjassani opened 3 years ago

saeedjassani commented 3 years ago

System info

Issue occurs on: Android Plugin version: 0.3.11 Flutter doctor output:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, 1.22.1, on Mac OS X 10.15.7 19H2, locale en-US)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 12.0.1)
[✓] Chrome - develop for the web
[!] Android Studio (version 4.0)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.50.0)
[✓] Connected device (3 available)

! Doctor found issues in 1 category.

Steps to Reproduce

  1. WebviewScaffold(
            url: "http://cdn.smartstream.video/smartstream-us/channelwinlive/channelwinlive/playlist.m3u8",
          ));

    Above code works perfectly in iOS but not in Android

Output in Android:

image