I’m at a loss here. My logs are being completely flooded by the following repeating block of text. nothing else around it, this is the entire thing:
x265 [info]: HEVC encoder version 4.1+1-1d117be
x265 [info]: build info [Linux][GCC 14.2.0][64 bit] 8bit+10bit+12bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x265 [info]: Main profile, Level-5 (Main tier)
x265 [info]: Thread pool created using 4 threads
x265 [info]: Slices : 1
x265 [info]: frame threads / pool features : 2 / wpp(31 rows)
x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra
x265 [info]: ME / range / subpel / merge : hex / 57 / 2 / 3
x265 [info]: Keyframe min / max / scenecut / bias : 20 / 250 / 40 / 5.00
x265 [info]: Lookahead / bframes / badapt : 20 / 4 / 2
x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 0
x265 [info]: References / ref-limit cu / depth : 3 / off / on
x265 [info]: AQ: mode / str / qg-size / cu-tree : 2 / 1.0 / 32 / 1
x265 [info]: Rate Control / qCompress : CRF-28.0 / 0.60
x265 [info]: tools: rd=3 psy-rd=2.00 early-skip rskip mode=1 signhide tmvp
x265 [info]: tools: b-intra strong-intra-smoothing lslices=8 deblock sao
encoded 0 frames
This repeats approximately every 2 seconds. It does not show up in the condensed logs, only in the full logs. it’s level of “info” and I have logger set to a level of “warning” so it shouldn’t even be logging it as far as I can tell, yet here it is.
I have tried disabling every integration that has a camera, and the log spam continues, I have no idea where this is coming from, or how to stop it.
I tried asking Claude, Grok, Gemini, and ChatGPT. All of them were completely clueless on this one, they all asked me to log in to the machine and try to find this process with ps, a watch loop, proc, etc. None of those found an ffmpeg, go2rtc, stream, or other process that could cause this.
My configuration.yaml file does not contain any “camera” “stream” etc. everything camera related is gui config only.
Integrations that I have that have a camera:
- frigate
- moonraker
- environment canada
additionaly on the front-end I have the custom camera card. but this message appears in the log even when no browser/app/etc is open to that dashboard.
Anyone have any ideas?