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
Running go2rtc on a RPi5.
Works if I just run go2rtc_linux_arm64
However if I run go2rtc_linux_arm64 -d, then the process continually restarts with a new pid, making the stream useless.
Note this happens whether I run as root or as unprivileged user.
The text was updated successfully, but these errors were encountered:
Is that '-daemon' or '--daemon'?
Also, is there a way to get log output in daemon mode?
Would be good to have a flag to redirect stdout/stderr when in daemon mode to catch errors
Running go2rtc on a RPi5.
Works if I just run
go2rtc_linux_arm64
However if I run
go2rtc_linux_arm64 -d
, then the process continually restarts with a new pid, making the stream useless.Note this happens whether I run as root or as unprivileged user.
The text was updated successfully, but these errors were encountered: