fvp 0.0.7
fvp: ^0.0.7 copied to clipboard
A plugin for video_player to support all desktop and mobile platforms, with hardware accelerated decoding and optimal rendering. Supports most formats via FFmpeg
0.0.7 #
- texture size can be set by user via
MdkVideoPlayer.registerWith({'maxWidth': width, 'maxHeight': height});
- fix crash for some streams containing subtitle
0.0.6 #
- fix local file path encoding
- use objc instead of swift. simpler code, smaller binary size, less dependencies.
0.0.5 #
- fix macos, ios build for flutter without sharedDarwinSource support
- fix StreamController close
0.0.4 #
- supports assets
- improve bufferingUpdate event
- support backend logging
- customize decoders via
MdkVideoPlayer.registerWith({'video.decoders': [...]})
0.0.3 #
- fix macos build from pub
0.0.2 #
- fix macos build
0.0.1 #
- video playback for windows, linux, macos, ios, android
- hardware decoding, optimal gpu rendering