video_player_media_kit 0.0.9 copy "video_player_media_kit: ^0.0.9" to clipboard
video_player_media_kit: ^0.0.9 copied to clipboard

this package allows video_player to work across platforms by using media_kit

0.0.9 #

  • Added set looping

0.0.8 #

  • Updated media_kit and media_kit_video dependencies to newer versions (0.0.5 and 0.0.6, respectively).
  • Updated media_kit_native_event_loop dependency to version 1.0.3, which provides better performance and support for a higher number of concurrent instances.
  • Updated the version of the media_kit_libs_windows_video package to 1.0.2, which provides video native libraries for Windows.
  • Updated the version of the media_kit_libs_macos_video package to 1.0.4, which provides video native libraries for macOS.
  • Updated the version of the media_kit_libs_linux package to 1.0.2, which provides GNU/Linux dependency package.
  • Updated the version of the media_kit_libs_ios_video package to 1.0.4, which provides video native libraries for iOS.
  • Modified the code in video_player_media_kit_platform_ffi.dart to improve buffering behavior during video playback.
  • Added instructions for using the media_kit_libs_android_video package to provide video native libraries for Android.
  • initVideoPlayerMediaKitIfNeeded added androidUseMediaKit

0.0.7 #

  • set demuxer-lavf-o -> protocol_whitelist=[file,tcp,tls,http,https] to fix m3u8 quality

0.0.6 #

  • fix asset playing by adding asset:// if not added

0.0.5 #

  • Added option to define logs level in initVideoPlayerMediaKitIfNeeded
  • Updated media_kit and docs

0.0.4 #

  • Updated readme and fixed macos and ios errors

0.0.3 #

  • Reduce sdk limits

0.0.2 #

  • Fixed buffering.
  • Improved handling errors.
  • Fixed wrong id

0.0.1 #

  • initial release.