This commit is contained in:
xfarrow 2023-08-24 15:53:34 +02:00 committed by GitHub
parent 4debf1b67d
commit fecb327a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ We need to create RTSP credentials. Using the official app we have to go to `Set
## 3.1. Simple RTSP stream: ## 3.1. Simple RTSP stream:
High quality stream: `rtsp://username:password@IP_Address:554/stream1` High quality stream: `rtsp://username:password@IP_Address:554/stream1`
Low quality strean: `rtsp://username:password@IP_Address:554/stream2`
Low quality stream: `rtsp://username:password@IP_Address:554/stream2`
## 3.2. ONVIF ## 3.2. ONVIF
`http://IP_Address:2020/onvif/device_service` `http://IP_Address:2020/onvif/device_service`
and specify `username` and `password` when prompted to.