Connect to RTSP cameras from your browser!
Great for security or baby monitors.
- Install Go on path
- Clone repo
- Run
go build
- Add a
config.json
to add cameras (seeconfig_sample.json
)
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