Dahua ITC415 ITSAPI Sending the same HTTP Push repeatedly

Joined
Oct 24, 2022
Messages
1
Reaction score
0
Location
Indonesia
I have tried to test this feature using NetAssist tools and somehow the camera sending the same HTTP push repeatedly every 5 sec (keep alive interval)

Does anyone have experience using ITSAPI before?

Do dahua have some sort of documentation on this feature?

Thanks
 

Attachments

Robert G.

Getting comfortable
Joined
Oct 6, 2018
Messages
298
Reaction score
569
Location
North America
I have an ALPR camera, I get the keep alive notifications - I just ignore them, but I do not think they are every 5 seconds.

You are supposed to acknowledge the ITSAPI requests so the camera knows you received it. If you do not it will keep sending data (in the case of a license plate anyway).

Are you sending any type of confirmation back to the camera to let it know everything was received OK?
 

bigMack

n3wb
Joined
Dec 23, 2022
Messages
1
Reaction score
0
Location
Melbourne
Hi There,
I am also experiencing this issue. Does anybody know what response to sent back to the camera to stop the constant push notifications?

Merry Christmas!
 
Joined
Apr 13, 2023
Messages
1
Reaction score
0
Location
Australia
Hi!
I'm also having this problem, and I'm not sure what to send back to the camera in acknowledgement. Did anyone figure it out?
 

Robert G.

Getting comfortable
Joined
Oct 6, 2018
Messages
298
Reaction score
569
Location
North America
I send back this:

{ "Result": true }

It is a little JSON, I send that back regardless if there is an error or not. I've never had that cameras send anything multiple times.
 

bokjjang

n3wb
Joined
Apr 10, 2024
Messages
1
Reaction score
0
Location
대한민국
I send back this:

{ "Result": true }

It is a little JSON, I send that back regardless if there is an error or not. I've never had that cameras send anything multiple times.
thank you
I was able to solve the problem with your reply.
 
Top