An open API service indexing awesome lists of open source software.

https://github.com/eplus-dev/camera-node-proxy

A proxy server for camera feeds
https://github.com/eplus-dev/camera-node-proxy

Last synced: 12 months ago
JSON representation

A proxy server for camera feeds

Awesome Lists containing this project

README

          

# 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

```bash
npm install
```

## Usage

Start the server:

```bash
npm run start
```

Run tests:

```bash
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