You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
[multiple] Improve video playback in image_picker example (#2819)
This change adds small bugfixes to the following packages:
* video_player_web:
* Prevent parsing Blob URLs so Safari can play from a PickedFile.
* Allow users to 'mute' videos by setting their volume to 0.0 (this enables auto-play in most modern browsers)
* video_player:
* Fix an issue where aspect ratio calculations failed when some of the video sizes were zero (happened in web for incorrect videos)
* image_picker (example app):
* Start videos in web muted so they can auto-play
* Dispose video controllers when they're really not needed. This fixes a fatal crash in Safari (not so fatal in other browsers).
0 commit comments