Sign inSign up

fanman03/camviewerplus

By fanman03

Updated about 3 years ago

A customizable browser-based RTSP viewer with multiple grid views

Image
1

7.9K

fanman03/camviewerplus repository overview

CamViewerPlus

A customizable browser-based RTSP viewer with multiple grid views.

Client

Due to issues with some web browsers, a standalone client exists that is optimized for viewing streams. CamViewerPlus Client

Getting Started

  1. Ensure Node.JS and NPM are installed.
  2. Clone the git repo.
  3. Run npm i to install all dependencies.
  4. Run npm start. If all went well, a web UI should be live at http://localhost:6980.
  5. Edit config.yml to suit your own preferences.

Feature Tracker

☑ Customizable grid views

☑ Pan / Zoom (digital)

☐ Multiple streams per camera

Getting Started

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:

Tag summary

Content type

Image

Digest

sha256:c73722408

Size

122.9 MB

Last updated

about 3 years ago

docker pull fanman03/camviewerplus