You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: