From 4bb5785d8964dc77fb4d3fa6aea8c447533a1455 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 20 Jan 2023 19:59:03 -0700 Subject: [PATCH] Update go2rtc to 1.0.0 (#5173) * Update Dockerfile * update version in docs Co-authored-by: Blake Blackshear --- Dockerfile | 2 +- docs/docs/configuration/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 244678b63..b1a5ba1a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN --mount=type=tmpfs,target=/tmp --mount=type=tmpfs,target=/var/cache/apt \ FROM wget AS go2rtc ARG TARGETARCH WORKDIR /rootfs/usr/local/go2rtc/bin -RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v0.1-rc.9/go2rtc_linux_${TARGETARCH}" \ +RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v1.0.0/go2rtc_linux_${TARGETARCH}" \ && chmod +x go2rtc diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 254bbb1f4..b026744a2 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -355,7 +355,7 @@ rtmp: enabled: False # Optional: Restream configuration -# Uses https://github.com/AlexxIT/go2rtc (v0.1-rc9) +# Uses https://github.com/AlexxIT/go2rtc (v1.0.0) go2rtc: # Optional: jsmpeg stream configuration for WebUI