fvp 0.2.1 copy "fvp: ^0.2.1" to clipboard
fvp: ^0.2.1 copied to clipboard

A plugin for video_player and APIs for your own players. Support all desktop/mobile platforms. Hardware decoders, optimal renders. Supports most formats via FFmpeg

0.2.1 #

  • fix cmake include
  • allow http in m3u8 local file
  • add D3D11 decoder for windows

0.2.0 #

  • fix web build. web will use official implementation
  • add 'platforms' option for registerWith() to enable plugin for given platforms, other platforms will use official implementation
  • Player.prepare() is async
  • no longer export MdkVideoPlayer

0.1.0 #

  • fix fail to convert metadata to dart string
  • rename State to PlaybackState

0.0.9 #

  • add textureId notifier for Player
  • improve documentation

0.0.8 #

  • support httpHeaders
  • export backend apis for creating your own players

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
59
likes
0
pub points
90%
popularity

Publisher

verified publishermediadevkit.com

A plugin for video_player and APIs for your own players. Support all desktop/mobile platforms. Hardware decoders, optimal renders. Supports most formats via FFmpeg

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi, flutter, logging, path, plugin_platform_interface, video_player_platform_interface

More

Packages that depend on fvp