video.yaml 334 B

12345678
  1. #Global video source configurations
  2. default:
  3. # url of the request server address
  4. # username password, can be this format: rtsp://xxxxxx:xxxxxx@192.168.0.64:554/h265/ch1/main/av_stream
  5. url: http://localhost
  6. # The interval between the requests, time unit is ms
  7. interval: 10000
  8. # The timeout for http request, time unit is ms