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:
|
webrtc:
|
||||||
listen: ":8555"
|
listen: ":8555"
|
||||||
candidates:
|
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:
|
* 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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user