Some times Nimble stop write dvr archive after network problems and we can see many connection like that
netstat |grep 211.116
tcp        0    142 10.5.210.13:34109       10.5.211.116:rtsp       FIN_WAIT1
tcp        0    142 10.5.210.13:34112       10.5.211.116:rtsp       FIN_WAIT1
tcp        0    142 10.5.210.13:34106       10.5.211.116:rtsp       FIN_WAIT1
tcp        0    141 10.5.210.13:34118       10.5.211.116:rtsp       ESTABLISHED
tcp        0    142 10.5.210.13:34115       10.5.211.116:rtsp       FIN_WAIT1
tcp        0    142 10.5.210.13:34103       10.5.211.116:rtsp       FIN_WAIT1
We can play rtsp from vlc, but archive write stoped.
Found repair algorith: 
* set thread readonly = true, apply config 
* wait any minutes before netstat |grep 211.116 is empty 
* set readonly = false , apply config 
* dvr write begining.
netstat |grep 211.116
tcp        0      0 10.5.210.13:34140       10.5.211.116:rtsp       ESTABLISHED
Is it fixed ?