Go2rtc bump and set ffmpeg logs to debug (#130371)

This commit is contained in:
Robert Resch
2024-11-12 11:53:14 +01:00
committed by GitHub
parent 7758d8ba48
commit cb9cc0f801
6 changed files with 51 additions and 268 deletions

View File

@@ -55,7 +55,7 @@ RUN \
"armv7") go2rtc_suffix='arm' ;; \
*) go2rtc_suffix=${BUILD_ARCH} ;; \
esac \
&& curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.6/go2rtc_linux_${go2rtc_suffix} --output /bin/go2rtc \
&& curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.7/go2rtc_linux_${go2rtc_suffix} --output /bin/go2rtc \
&& chmod +x /bin/go2rtc \
# Verify go2rtc can be executed
&& go2rtc --version