-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Is it possible to suppress call to avformat.avformat_find_stream_info ? #1376
Comments
I have copied code for FFmpegFrameGrabber, removed mentioned line and everything works fine without "warmup delay" - however I don't like that and I think there should be an API to allow skip that phase. |
We could add a parameter to let users skip that if it works fine without it in some cases. |
Could you please send a pull request with an updated API to allow this? Thanks! |
|
hello: |
I don't know more than you do. Please try to ask upstream: https://ffmpeg.org/mailing-list-faq.html |
So in my case in FFmpehframeGrabber#720 which is
block for several seconds. Is there any way to suppress that call on native level (as in java code shows there is none) by eg providing some stream info before starting capturing? I will be using only single format stream so I can provide as much information beforehand as API allows me.
The text was updated successfully, but these errors were encountered: