balvinderz/video_player_web_hls

Plugin fails on Release

kira2015 opened this issue · 4 comments

Plugin fails on Release, cannot play HLS
flutter build web --release

Because index.html is refactored
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest" type="application/javascript"></script>

it is not running on the latest version of hls.js?

image
works for me

Sorry, my problem has been solved now