video_player_web_hls
video_player_web_hls copied to clipboard
Supports hls on chrome and other browsers.
First of all, thank you for creating such a wonderful library. However, a problem occurred during use. ## problem VideoControllerValue is not initialized in the Mobile Chromium browser. Firefox mobile...
I'm trying to pass the headers when playing m3u8 videos. Unfortunately, it isn't working somehow. Please refer to the screenshots. My Code being ``` _videoPlayerController = VideoPlayerController.network(videoUrl, httpHeaders: { 'Cookie':...
Sometimes, especially on slow connections(manipulated from network panel on developer tools), the VideoPlayerController loses its state, the video plays, but its state cannot be controlled. If I use VideoProgressIndicator it...
https://github.com/fluttercommunity/plus_plugins/pull/2028
FLutter web Can't get Size in Safari
I've got several audio and video files in an S3 bucket serviced by Cloudfront. I'm sure that the `.m3u8` files are valid, as I can get access to them if...
I've added video_player and video_player_web_hls as my dependencies. This HLS stream works `https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8`. But a video file from google with a link that is constructed like this `https://www.googleapis.com/drive/v3/files/$driveFileId?alt=media` doesn't work....
I am trying to initialize the VideoPlayerController in Flutter Web but everytime I load the screen it ends up with this error TypeError: Cannot read properties of undefined (reading 'isSupported')....
Hi! We encountered a bug where the videos don't load fully in the web version of our app. They load some of the video and stop loading after that. The...
Could not read source map for https://cdn.jsdelivr.net/npm/hls.js@latest: Unexpected 404 response from https://cdn.jsdelivr.net/npm/hls.min.js.map: Failed to resolve the requested file. video_hls_test // The value below is injected by flutter build, do not...