-
-
Notifications
You must be signed in to change notification settings - Fork 30
Description
I saw the other issue being closed where the following problem was also described.
On a completely fresh install of lightNVR using docker compose, myself and other users are greeted with the following errors:
2026-03-18 20:47:34ERRORgo2rtc API client not initialized
2026-03-18 20:47:27ERRORgo2rtc API client not initialized
2026-03-18 20:47:22ERRORAuthentication failed for GET /api/streams request
2026-03-18 20:44:54ERRORLog level set to 2 (INFO)
2026-03-18 20:44:54ERRORFailed to create go2rtc config directory: "/etc/lightnvr/go2rtc"
2026-03-18 20:44:54ERRORFailed to initialize go2rtc process manager
2026-03-18 20:44:54ERRORFailed to initialize go2rtc stream module
2026-03-18 20:44:54ERRORFailed to start go2rtc integration.
2026-03-18 20:44:54ERROREnsure go2rtc is installed and accessible (scripts/install_go2rtc.sh).
2026-03-18 20:44:54ERRORLiveView and WebRTC streaming will not be available until go2rtc is properly configured.
This issue did not exist in earlier builds.