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
- Host: GitHub
- URL: https://github.com/eplus-dev/camera-node-proxy
- Owner: ePlus-DEV
- License: mit
- Created: 2025-06-21T08:58:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-21T09:58:02.000Z (12 months ago)
- Last Synced: 2025-06-21T10:20:34.030Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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