Set ffmpeg bin location

This commit is contained in:
Nick Mowen 2022-11-14 06:32:23 -07:00
parent fe155abd9d
commit 7af9dc614c
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
ffmpeg:
bin: /usr/lib/btbn-ffmpeg/bin/ffmpeg
webrtc: webrtc:
listen: ":8555" listen: ":8555"
candidates: candidates:

View File

@ -24,6 +24,8 @@ 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: * For local webRTC, you will need to create your own go2rtc config:
```yaml ```yaml
ffmpeg:
bin: /usr/lib/btbn-ffmpeg/bin/ffmpeg # <--- this is required
webrtc: webrtc:
listen: ":8555" listen: ":8555"
candidates: candidates: