From 03e77399f2148ee91597e83f1fe7a70cca250e82 Mon Sep 17 00:00:00 2001 From: xfarrow <49845537+xfarrow@users.noreply.github.com> Date: Sat, 14 Sep 2024 12:09:20 +0200 Subject: [PATCH] Update README.md --- how-to-connect-to-foss-NVR/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/how-to-connect-to-foss-NVR/README.md b/how-to-connect-to-foss-NVR/README.md index 19b7cba..c9d3fe9 100644 --- a/how-to-connect-to-foss-NVR/README.md +++ b/how-to-connect-to-foss-NVR/README.md @@ -27,3 +27,7 @@ Using ONVIF will allow the NVR to properly configure the PTZ controls, allowing ### HTTP (unofficial, needs more analysis) See [this resource](https://drmnsamoliu.github.io/video.html) but I did not test it. In this way we should be able to unlock a 2K video stream. + +## Test +You can test the RTSP stream on Linux by giving the following command: `ffplay rtsp://:@:554/stream1 +`