Skip to main content

Get RTSP stream username/password

Returns username and password used to access panel's camera RTSP stream

  • Camera rtsp stream url example: 'rtsp://username:userpassword@device_ip_address:8554/ch01'
Responses

OK


Schema
  • username string

    Possible values: Value must match regular expression [a-zA-Z0-9]+

    Authorization login

  • password string

    Possible values: Value must match regular expression [a-zA-Z0-9]+

    Authorization password

  • is_audio_enabled boolean

    When disabled audio will be muted in RTSP stream

Loading...