12345678 |
- #Global RTSP configurations
- default:
- # url of the request server address
- # username password, can be this format: rtsp://xxxxxx:xxxxxx@192.168.0.64:554/h265/ch1/main/av_stream
- url: http://localhost
- # The interval between the requests, time unit is ms
- interval: 10000
- # The timeout for http request, time unit is ms
|