Skip to content

Constant redraw because of position and buffer updates #40

@TimoshN

Description

@TimoshN

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions