mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-22 15:57:27 +08:00
63c09cb1f4
* Suppress noisy x264 [info] log messages and expose LogLevel param x264's default log level (X264_LOG_INFO) causes it to write encoder stats, CPU capabilities, and profile info to stderr. When used with viam-server, these appear as warn-level logs and create noise. Default to LogWarning to suppress info messages while preserving actual warnings and errors. Expose a LogLevel field on Params so consumers can control the verbosity themselves. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Default to info to avoid breaking change; Fix comment --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>