mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 02:05:21 +03:00
Update live.md
This commit is contained in:
parent
19afb035ff
commit
1e9ee29533
@ -30,7 +30,9 @@ However, chances are that your camera already provides at least one usable audio
|
|||||||
```yaml
|
```yaml
|
||||||
go2rtc:
|
go2rtc:
|
||||||
streams:
|
streams:
|
||||||
test_cam: ffmpeg:rtsp://192.168.1.5:554/live0#video=copy#audio=copy#audio=opus
|
test_cam:
|
||||||
|
- rtsp://192.168.1.5:554/live0 # <- stream which supports video & aac audio. This is only supported for rtsp streams, http must use ffmpeg
|
||||||
|
- ffmpeg:test_cam#audio=opus # <- copy of the stream which transcodes audio to opus
|
||||||
```
|
```
|
||||||
|
|
||||||
Which will reuse your camera AAC audio, while also adding one track in OPUS format.
|
Which will reuse your camera AAC audio, while also adding one track in OPUS format.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user