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

Can't see ffmpeg AV_LOG_ERROR when FFmpegLogCallback.setLevel to AV_LOG_TRACE #1955

Open
bigmisspanda opened this issue Dec 10, 2022 · 1 comment

Comments

@bigmisspanda
Copy link

bigmisspanda commented Dec 10, 2022

I want to see SRT error message somethings like below:
av_log(h, AV_LOG_ERROR, "%s\n", srt_getlasterror_str());

but when I use FFmpegLogCallback like this:

FFmpegLogCallback.setLevel(AV_LOG_TRACE);
FFmpegLogCallback.set();

I can't see any ERROR log,only some debug and info logs,I'm sure to trigger the error condition.
thanks for help. @saudet

@saudet
Copy link
Member

saudet commented Dec 10, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants