Skip to content
/ Hik.Web Public

Download video files from IP cameras, support Dahua and Hikvision cameras

License

Notifications You must be signed in to change notification settings

vov4uk/Hik.Web

Repository files navigation

Hik Web

GitHub (pre-)release GitHub release

Key features

  • Download photo/video files from Hikvision & Dahua IP cameras.
  • Download files from FTP/Yi camera
  • Migrate files from one folder to another. Move and rename.
  • Remove old files if low of space.
  • Store job results to SQLite DB.
  • Running as Windows Service
  • Web UI to view status and statistics.
  • Simple search and video playback (h264 supported)
  • Job execution based on cron string.

Implemented Job Types

  • PhotoDownloaderJob
    • Only HikVision IP cameras supported
  • VideoDownloaderJob
    • HikVision IP Camera
    • Dahua IP Camera
    • FTP Server (YI Home camera with custom firmware)
  • FilesCollectorJob
    • Move files from one folder to another
  • GarbageCollectorJob
    • Remove files older than n days
    • Remove oldest files if less than n% of free space

  • Download Hik.Web_xxx.zip latets releases
  • Unzip Hik.Web_xxx.zip to Hik.Web folder
  • Start from command line
cd Hik.Web
Hik.Web.exe --console

Alt text


Basic authentication implemented

  • You need rebuild Hik.Web with folowing command:
    • dotnet build --configuration Release /p:Platform=x64 /p:DefineConstants=USE_AUTHORIZATION C:\HikWeb\Hik.sln
  • After start go to https://localhost:50001
  • Enter credentials: admin \ admin

Logging options

  • SEQ
  • Text file
  • Console