You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes stale/corrupted go2rtc.yaml configs from prior versions causing
stream errors (0x0 resolution, Error state).
- docker-entrypoint.sh: Always remove and recreate go2rtc.yaml on
container startup instead of only when it doesn't exist. Removes
the now-unnecessary patching logic for base_path and origin.
- go2rtc_process_start(): Always call go2rtc_process_generate_config()
at the top of the function, even when go2rtc is already running,
so the config stays in sync with lightNVR settings.
Fixes#165
0 commit comments