alexmercerind/dart_vlc

When the resource is opened without automatic playback, the widget displays a black screen. How to display the first frame content?

longgong opened this issue · 0 comments

When the resource is opened without automatic playback, the widget displays a black screen. How to display the first frame content? like this
Snipaste_2022-09-06_11-47-09

the code as follows

Video(
             player: player,
             showControls: false,
          )