Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakecoffman/camweb


https://github.com/jakecoffman/camweb

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# camweb

Connect to RTSP cameras from your browser!

Great for security or baby monitors.

## Installation

1. Install Go on path
1. Clone repo
1. Run `go build`
1. Add a `config.json` to add cameras (see `config_sample.json`)

## Credit

Originally forked from https://github.com/deepch/RTSPtoWebRTC

Changes from upstream:
- Uses a websocket and trickle ICE, avoids STUN servers
- More resilient to packet loss using NACK responses