We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
QTAV 1.12.0 QT 5.12.0 macOS Monterey 12.0.1 or commit id if not using release version
AudioOutputBackend::id("AudioToolbox") VideoRenderer::id("Widget") Unknown id dyld[70534]: missing symbol called 15:38:43: 程序异常结束。
set environment var QTAV_LOG=all or C++ api QtAV::setLogLevel(All) to enable log.
QTAV_LOG=all
QtAV::setLogLevel(All)
For Player and QMLPlayer example app, choose log level all in config page.
all
The text was updated successfully, but these errors were encountered:
No branches or pull requests
QtAV, Qt version and platform
QTAV 1.12.0 QT 5.12.0 macOS Monterey 12.0.1
or commit id if not using release version
Reproduction steps
Expected behavior
AudioOutputBackend::id("AudioToolbox")
VideoRenderer::id("Widget")
Unknown id dyld[70534]: missing symbol called
15:38:43: 程序异常结束。
Actual behavior
Log file
set environment var
QTAV_LOG=all
or C++ apiQtAV::setLogLevel(All)
to enable log.For Player and QMLPlayer example app, choose log level
all
in config page.Sample files (optional)
The text was updated successfully, but these errors were encountered: