Hello, trying to adapt your good app for linux based mobile phone and faced with issue with constant redraw.
|
final positionStream = useStream(player.stream.position); |
|
Duration buffer = useStream(player.stream.buffer).data ?? Duration.zero; |
Those places making IrisPlayer widget redraw and reduce video output FPS as well even if ui is not show
Hello, trying to adapt your good app for linux based mobile phone and faced with issue with constant redraw.
iris/lib/hooks/use_media_kit_player.dart
Line 125 in deae72a
iris/lib/hooks/use_media_kit_player.dart
Line 102 in deae72a
Those places making IrisPlayer widget redraw and reduce video output FPS as well even if ui is not show