mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Use "" for ffmpeg: so it does not appear as comment
This commit is contained in:
parent
10a92ee858
commit
c35f726fa0
@ -16,7 +16,7 @@ Note that mjpeg cameras require encoding the video into h264 for recording, and
|
|||||||
```yaml
|
```yaml
|
||||||
go2rtc:
|
go2rtc:
|
||||||
streams:
|
streams:
|
||||||
mjpeg_cam: ffmpeg:{your_mjpeg_stream_url}#video=h264#hardware # <- use hardware acceleration to create an h264 stream usable for other components.
|
mjpeg_cam: "ffmpeg:{your_mjpeg_stream_url}#video=h264#hardware" # <- use hardware acceleration to create an h264 stream usable for other components.
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
...
|
...
|
||||||
@ -110,7 +110,7 @@ go2rtc:
|
|||||||
streams:
|
streams:
|
||||||
reolink:
|
reolink:
|
||||||
- http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password
|
- http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password
|
||||||
- ffmpeg:reolink#audio=opus
|
- "ffmpeg:reolink#audio=opus"
|
||||||
reolink_sub:
|
reolink_sub:
|
||||||
- http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password
|
- http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user