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