A customizable browser-based RTSP viewer with multiple grid views
7.9K
Due to issues with some web browsers, a standalone client exists that is optimized for viewing streams. CamViewerPlus Client
npm i to install all dependencies.npm start. If all went well, a web UI should be live at http://localhost:6980.config.yml to suit your own preferences.☑ Customizable grid views
☑ Pan / Zoom (digital)
☐ Multiple streams per camera
I recommend running this project via docker-compose. A sample docker-compose file might look like:
version: '3'
services:
camviewerplus:
container_name: camviewerplus
image: 'fanman03/camviewerplus'
restart: unless-stopped
ports:
- '6900:6900/udp'
- '6900:6900'
- '6980:6980'
volumes:
- config:/usr/src/camviewerplus/conf
volumes:
config:
Content type
Image
Digest
sha256:c73722408…
Size
122.9 MB
Last updated
about 3 years ago
docker pull fanman03/camviewerplus