flutter_ijkplayer icon indicating copy to clipboard operation
flutter_ijkplayer copied to clipboard

[Need help]

Open linslouis opened this issue 2 years ago • 0 comments

Hi, I tried this library in my project to play ffmpeg pipe output video

_flutterFFmpegConfig.registerNewFFmpegPipe().then((pipePath) { _flutterFFmpeg.execute('-i $inputFilePath -f flv -ar 44100 -ab 64000 -ac 1 -y $pipePath'); _controller.setNetworkDataSource(pipePath, autoPlay: true); });

But the problem is , Whenever i call _controller.setNetworkDataSource, Before video is loaded, a black screen is appearing.Since i am calling setNetworkDataSource on seekbar it causing horrible blackout flickering while seeking.Can i avoid this black screen?

linslouis avatar Apr 20 '22 06:04 linslouis