Back to Go2rtc

DVR-IP

internal/dvrip/README.md

1.9.14786 B
Original Source

DVR-IP

new in v1.2.0

Private format from DVR-IP NVR, NetSurveillance, Sofia protocol (NETsurveillance ActiveX plugin XMeye SDK).

Configuration

  • you can skip username, password, port, channel and subtype if they are default
  • set up separate streams for different channels
  • use subtype=0 for Main stream, and subtype=1 for Extra1 stream
  • only the TCP protocol is supported
yaml
streams:
  only_stream: dvrip://username:[email protected]:34567?channel=0&subtype=0
  only_tts: dvrip://username:[email protected]:34567?backchannel=1
  two_way_audio:
    - dvrip://username:[email protected]:34567?channel=0&subtype=0
    - dvrip://username:[email protected]:34567?backchannel=1