Giter VIP home page Giter VIP logo

Comments (4)

surfzoid avatar surfzoid commented on August 23, 2024

here it is a solution if you want CST

def parse_timezone(raw_timezone):
        #timezone_text = raw_timezone.replace('CST', '')
        timezone_text = raw_timezone[3:11]
        time_offset_parts = timezone_text.split(':')
        hours = int(time_offset_parts[0])
        minutes = int(time_offset_parts[1])
        seconds = int(time_offset_parts[2])

from hikvision-downloader.

surfzoid avatar surfzoid commented on August 23, 2024

sic
a very lot of time and :

Start time: 2022-03-02 00:30:00
End time: 2022-03-02 14:59:59
Getting track list...
Error occurred during getting track list
Error 403 Forbidden: Invalid Operation - methodNotAllowed
Found 0 files

from hikvision-downloader.

surfzoid avatar surfzoid commented on August 23, 2024

like it is explain here in chapter 8
https://ipvm-uploads.s3.amazonaws.com/uploads/10b4/c3cf/HIKVISION%20ISAPI_2.0-RaCM%20Service.pdf
it is really better to use Post rather Get, now i got file list

from hikvision-downloader.

qb60 avatar qb60 commented on August 23, 2024

Hi, @surfzoid . Thank you for you additions, I'll make changes in the repo according to your research.

from hikvision-downloader.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.