Use opensensor/go2rtc fork with memory leak fixes #73
Annotations
1 error
|
Build and push by digest
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c curl -L https://go.dev/dl/go1.23.4.linux-$(dpkg --print-architecture).tar.gz | tar -C /usr/local -xzf - && export PATH=$PATH:/usr/local/go/bin && mkdir -p /bin /etc/lightnvr/go2rtc && cd /tmp && git clone --depth 1 --branch fix/memory-leaks https://github.com/opensensor/go2rtc.git && cd go2rtc && CGO_ENABLED=0 /usr/local/go/bin/go build -ldflags \"-s -w\" -trimpath -o /bin/go2rtc . && cd / && rm -rf /tmp/go2rtc /usr/local/go && chmod +x /bin/go2rtc && echo \"# go2rtc configuration file\" > /etc/lightnvr/go2rtc/go2rtc.yaml && echo \"api:\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \" listen: :1984\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \" base_path: /go2rtc/\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \"\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \"webrtc:\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \" ice_servers:\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \" - urls: [stun:stun.l.google.com:19302]\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \"\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \"log:\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \" level: info\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \"\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \"streams:\" >> /etc/lightnvr/go2rtc/go2rtc.yaml && echo \" # Streams will be added dynamically by LightNVR\" >> /etc/lightnvr/go2rtc/go2rtc.yaml" did not complete successfully: exit code: 2
|
Loading