Skip to content

DandroidIT/NVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVS

Network Video Surveillance

Screenshots

New Features

  • Task to monitor HD space for recording (default 20 GB)

  • Monitor user logins and more for a security report (logs in root folder)

  • Replaced the canvas element for the stream with the video element

  • Picture-in-Picture (PiP)

Features

  • Support only onvif protocol

  • Support audio/video

  • Websocket for stream and commands

  • Recording H24

  • Motion detection

  • PTZ / PRESET

  • Server static for host client

  • client in out/webclient - source code: https://github.com/DandroidIT/nvs-c (Quasar 2 & Vue3 ts)

Screenshots

Login Home Cam joypad
view_login.jpg view_home.jpg view_cam_joypad.jpg
Cam presets Cam settings Video Wall
view_cam_preset.jpg view_cam_settings.jpg 1view_cam_videowall.jpg
Settings Alarms motion detections
view_settings.jpg view_alarms.jpg

Installation

  1. Clone the repo
git clone https://github.com/DandroidIT/NVS.git
  1. Install NPM packages
npm install
  1. Rename file and custom
`src/config/env_dev_sample.ts` in `src/config/env_dev.ts`
  1. create ssl certificate
mkcert https://github.com/FiloSottile/mkcert
  1. Start
npm start
  1. Enjoy
Open browser https://192.168.1.1:4004/web/
username: admin
password: 123456789

Releases

No releases published

Packages

No packages published

Languages