Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Need help] #299

Open
linslouis opened this issue Apr 20, 2022 · 0 comments
Open

[Need help] #299

linslouis opened this issue Apr 20, 2022 · 0 comments
Labels
help wanted Extra attention is needed wait confirm Waiting for developer confirmation

Comments

@linslouis
Copy link

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 linslouis added help wanted Extra attention is needed wait confirm Waiting for developer confirmation labels Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed wait confirm Waiting for developer confirmation
Projects
None yet
Development

No branches or pull requests

1 participant