Dahua download video with timestamps

piotreksl

n3wb
Joined
Jun 9, 2021
Messages
1
Reaction score
0
Location
Poland
I have huge problems with
http://<server>/cgi-bin/loadfile.cgi endpoint
whatever i try to type here i get error 400 bad request.
Can you tell me how u manage it to work, or give me example of your requests.

I can add that other functions of api calls are working properly. Just this generates problems.
 

Albi

n3wb
Joined
Mar 12, 2021
Messages
5
Reaction score
3
Location
Vienna
The Correct Syntax for this command should be
Code:
http://<server>/cgi-bin/loadfile.cgi?action=startLoad&channel=<ChannelNo>&startTime=<starttime>&endTime=<endtime>[&subtype=<typeNo>]
 
Top