plugins icon indicating copy to clipboard operation
plugins copied to clipboard

[video_player] Remaining issues

Open swift-kim opened this issue 3 years ago • 10 comments

The 1.0.0 version of video_player (#48) has been merged but there are still problems to be fixed.

  • [x] A video cannot be played on a TV emulator (only white screen). (analysis)
  • [ ] An exception occurs when the playback speed is changed just before a video ends.
  • [x] A video doesn't repeat (even if setLooping is set) after the playback speed is changed.
  • [ ] seekTo doesn't work properly if the playback speed is not 1.0
  • [ ] Too many frames are lost (error message FlutterMarkExternalTextureFrameAvailable(204) > OnFrameAvailable fail)

swift-kim avatar Apr 03 '21 03:04 swift-kim