mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Set ffmpeg bin location
This commit is contained in:
parent
fe155abd9d
commit
7af9dc614c
@ -1,3 +1,5 @@
|
||||
ffmpeg:
|
||||
bin: /usr/lib/btbn-ffmpeg/bin/ffmpeg
|
||||
webrtc:
|
||||
listen: ":8555"
|
||||
candidates:
|
||||
|
||||
@ -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:
|
||||
|
||||
```yaml
|
||||
ffmpeg:
|
||||
bin: /usr/lib/btbn-ffmpeg/bin/ffmpeg # <--- this is required
|
||||
webrtc:
|
||||
listen: ":8555"
|
||||
candidates:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user