We get many 404 errors because the index file that list the videos in each device is only updated when devices are recording. That means that when a device is stopped and the index is not empty, we try to download videos all the time. This may clutter a bit the network with hundreds of failing requests...
A solution could be that the index is regenerated upon external request instead. E.g. :
We get many 404 errors because the index file that list the videos in each device is only updated when devices are
recording
. That means that when a device is stopped and the index is not empty, we try to download videos all the time. This may clutter a bit the network with hundreds of failing requests...A solution could be that the index is regenerated upon external request instead. E.g. :