From a4082fbd204c587d16703fce60291bf740ed1a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Mon, 12 Jun 2023 12:22:40 +0200 Subject: [PATCH] docs: fix RTSP docs referencing resolution --- docs/streaming.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/streaming.md b/docs/streaming.md index b8364ce..f2c1060 100644 --- a/docs/streaming.md +++ b/docs/streaming.md @@ -28,7 +28,6 @@ The camera-streamer implements RTSP server via `live555`. Enable it with: - adding `--rtsp-port`: will enable RTSP server on 8554 - adding `--rtsp-port=1111`: will enable RTSP server on custom port -The camera-streamer will expose two stream (if low res mode is enabled): +The camera-streamer will expose single video stream: -- `rtsp://:8554/stream.h264` - high resolution stream (always enabled if H264 stream is available directly or via encoding) -- `rtsp://:8554/stream_low_res.h264` - low resolution stream if low res mode is configured via `-camera-low_res_factor` +- `rtsp://:8554/stream.h264` - the resolution is configured with `--camera-video.height`