Home - HanDDol/sirveillance GitHub Wiki

Welcome to the sirveillance wiki!

Summary of this project

Sirveillance is NVR project and weekend project for me. It aims high performance software NVR without graceful UI on linux(optionally, windows). Basic principle of this project is simplicity, stability and performance.

Staged development

This project start from simple NVR and add the functionality to it. Each stage has its own goal and backlog for next stage.

  • 1st Stage : Normal recording only SW NVR
  • 2nd Stage : Event recording and AXIS will be supported

SW Requirement for first stage

  • Recording : Normal recording only
  • Event recording(60sec Pre-Recording, User-defined Post-recording period) will be implemented after R1.0
  • Playing : 1x, 2x or more(Upto 16x, I frame only)
  • Notifying : EMail, Twitting, Push(iPhone, Android)
  • Supported cameras : Samsung Techwin and Axis
  • Performance
  • Throughput : 100Mbps recording, 150Mbps playing in 1st stage
  • 72 cameras can be connected
  • RESTful web service : controls and UI

Design considerations