alijayanet/cctv-monitoring — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a CCTV monitoring web app like this repo. I want a simple dashboard where I can see many IP cameras at once in a clean responsive grid, using RTSP camera links and browser friendly HLS playback.

Add an admin login so I can manage cameras, names, locations, RTSP URLs, site settings, MediaMTX settings, recording schedule, and the admin password. The app should show whether each camera is online or offline, monitor disk space, and support automatic scheduled recording.

Please include Telegram notifications for camera online or offline status and storage warnings. If a camera uses H.265 and the browser can’t play it, include a smart transcode option so it can convert to something viewable.

Make it easy to install on Ubuntu or Debian with a one step script that installs Node.js, FFmpeg, MediaMTX, SQLite, opens the needed ports, and sets services to start on boot. Also include basic setup instructions for local access and Cloudflare Tunnel access.

Want more depth? Deep Reverse