Viola H.264 DVR and Home Assistant

Hi,

I am trying to integrate my home DVR, a Viola H.264 DVR 16 ch, of which I am using 7 inputs.

The Snapshot URL for CAM 1 (0) is in this format

http://192.168.0.200:5080/cgi-bin/wapopen?B1=OK&NO=CAM_00&REFRESH_TIME=Auto_00&FILECAMERA=camera.htm&REFRESH_HTML=auto.htm&ONLOAD_HTML=onload.htm&STREAMING_HTML=streaming.htm&NAME=abc&PWD=xxx&PIC_SIZE=0

The live stream URL is in this format

http://192.168.0.200:5080/cgi-bin/wapopen?B1=OK&NO=CAM_00&REFRESH_TIME=Auto_90&FILECAMERA=camera.htm&REFRESH_HTML=auto.htm&ONLOAD_HTML=onload.htm&STREAMING_HTML=streaming.htm&NAME=abc&PWD=xxx&PIC_SIZE=0

So the differences between Snapshot and stream are TIME=Auto_00 and TIME=Auto_90

To change camera CAM_0 (0 - 6) cams 1 thru 7

I have seen various examples using

camera:
  - platform: mjpeg

camera:
  - platform: generic

camera:
  - platform: ffmpeg
    input: FFMPEG_SUPPORTED_INPUT

Is it possible to integrate these streams, I am not in a position to replace the DVR anytime soon so appreciate any assistance on this.

Regards,