Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 530 Bytes

File metadata and controls

39 lines (24 loc) · 530 Bytes

Camera Proxy

A lightweight proxy server for streaming and managing camera feeds.

Features

  • Stream camera feeds through a unified endpoint
  • Easy integration with existing systems
  • Simple configuration

Installation

npm install

Usage

Start the server:

npm run start

Run tests:

npm run test

Recommended: Use Node.js version 22 or higher for best compatibility.

Configuration

Edit the configuration file (if available) to add your camera sources.

License

MIT