hls_video_player_web 0.1.0
hls_video_player_web: ^0.1.0 copied to clipboard
Web platform implementation of video_player and supports hls on chrome.
hls_video_player_web #
Supports hls on chrome.
Please set your constraint to video_player_web: '>=0.1.y+x <2.0.0'
Usage #
...
dependencies:
...
hls_video_player_web: ^0.1.0
video_player: ^0.10.10
...
Add
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest" type="application/javascript"></script>
in index.html above
<script src="main.dart.js" type="application/javascript"></script>
dart:io #
The Web platform does not suppport dart:io, so attempts to create a VideoPlayerController.file will throw an UnimplementedError.
Autoplay #
Playing videos without prior interaction with the site might be prohibited by the browser and lead to runtime errors. See also: https://goo.gl/xX8pDD.
Supported Formats #
Different web browsers support different sets of video codecs.
Video codecs? #
Check MDN's Web video codec guide to learn more about the pros and cons of each video codec.
What codecs are supported? #
Visit caniuse.com: 'video format' for a breakdown of which browsers support what codecs. You can customize charts there for the users of your particular website(s).
Here's an abridged version of the data from caniuse, for a Global audience:




