From 3a8693380b6ea299f06ac8275d67f89ece3841c4 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 14 Nov 2022 11:34:28 -0700 Subject: [PATCH] Remove manual ffmpeg declaration --- docker/rootfs/usr/local/go2rtc/sbin/go2rtc.yaml | 2 -- docs/docs/configuration/live.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docker/rootfs/usr/local/go2rtc/sbin/go2rtc.yaml b/docker/rootfs/usr/local/go2rtc/sbin/go2rtc.yaml index b58cf52fe..ee155c80a 100644 --- a/docker/rootfs/usr/local/go2rtc/sbin/go2rtc.yaml +++ b/docker/rootfs/usr/local/go2rtc/sbin/go2rtc.yaml @@ -1,5 +1,3 @@ -ffmpeg: - bin: /usr/lib/btbn-ffmpeg/bin/ffmpeg webrtc: listen: ":8555" candidates: diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 8fde2dcb8..e537c4ff1 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -24,8 +24,6 @@ webRTC works by creating a websocket connection on extra ports. One of the follo * For local webRTC, you will need to create your own go2rtc config: ```yaml -ffmpeg: - bin: /usr/lib/btbn-ffmpeg/bin/ffmpeg # <--- this is required webrtc: listen: ":8555" candidates: