Alex X
Alex X
Of course this function is called simultaneously from different goroutines. In very rare cases, this can result in slightly messed up logs. But in my opinion it will never lead...
Try analyzing the code. Whether it can lead to significant errors. In my opinion, no: https://github.com/AlexxIT/go2rtc/blob/d7cdc8b3b07f6fbff7daae2736377de98444b962/internal/app/log.go#L116-L144
Looks like you right
https://github.com/AlexxIT/go2rtc/releases/tag/v1.9.9
You have problems with cloud connection: ``` 2025-04-08 18:05:20.620 WARNING (MainThread) [custom_components.sonoff] Can't login in auto mode: AuthError('password error!') 2025-04-08 18:07:45.330 DEBUG (MainThread) [custom_components.sonoff.core.ewelink.cloud] CLOUD change state old=None, new=True 2025-04-08...
Uh, sure. You have to use the right password.
It's bad idea to combine `video` and `raw` in one line. They probably will be incompatible with each other. If you have complex raw params - you should use exec...
Very low priority
Some devices don’t support local protocol.
The HA embedded version of go2rtc is not designed for use outside of HA. But you can run your own go2rtc version (addon/custom integration/etc) and config HA to use this...