Update README.md

This commit is contained in:
xfarrow 2024-09-14 12:09:20 +02:00 committed by GitHub
parent 7e9dc0a791
commit 03e77399f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -27,3 +27,7 @@ Using ONVIF will allow the NVR to properly configure the PTZ controls, allowing
### HTTP (unofficial, needs more analysis) ### 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. 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://<user>:<pass>@<IP_Address>:554/stream1
`