Update live.md

This commit is contained in:
Nicolas Mowen 2023-01-17 06:54:03 -07:00 committed by GitHub
parent 49188783ed
commit b1fe781d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,8 +52,12 @@ There may be some cameras that you would prefer to use the sub stream for live v
```yaml ```yaml
go2rtc: go2rtc:
streams: streams:
test_cam: ffmpeg:rtsp://192.168.1.5:554/live0#video=copy#audio=aac#audio=opus test_cam:
test_cam_sub: ffmpeg:rtsp://192.168.1.5:554/substream#video=copy#audio=aac#audio=opus - 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
test_cam_sub:
- rtsp://192.168.1.5:554/substream # <- stream which supports video & aac audio. This is only supported for rtsp streams, http must use ffmpeg
- ffmpeg:test_cam_sub#audio=opus # <- copy of the stream which transcodes audio to opus
cameras: cameras:
test_cam: test_cam: