Tedyst / HikLoad

Download videos from a HikVision DVR/NVR
MIT License
75 stars 25 forks source link

Videos not downloading, while being streamed on the Hikconnect app. #30

Open omrastogi opened 1 year ago

omrastogi commented 1 year ago

When running the hikload code to download video from nvr, we are not getting any video, while the videos are being shown on the Hikconnect app. This is what is showing:

python main.py --server 192.168.31.254 --username admin --password Hikvision --starttime 2023-03-01T13:00:00 --endtime 2023-06-19T14:30:00 --folders onepercamera --skipdownload --debug
DEBUG:hikload:http://admin:Hikvision@192.168.31.254/ISAPI/System/deviceInfo
DEBUG:hikload:http://admin:Hikvision@192.168.31.254/ISAPI/Streaming/channels
DEBUG:hikload:Data sent: <?xml version = "1.0" encoding = "UTF-8" ?><CMSearchDescription version="1.0" xmlns="http://www.hikvision.com/ver20/XMLSchema"><searchID>987bf5de-fbfe-4037-a865-449a7957bd3c</searchID><trackIDList><trackID>101</trackID></trackIDList><timeSpanList><timeSpan><startTime>2023-03-01T13:00:00Z</startTime><endTime>2023-06-19T14:30:00Z</endTime></timeSpan></timeSpanList><maxResults>64</maxResults></CMSearchDescription>
INFO:hikload:Downloading recordings...
0it [00:00, ?it/s]

We have checked for the IP address, and the settings. What may be going wrong?

rookiez7 commented 8 months ago

same question