A repository for learning purposes to show how to integrate OSS tooling to view RTSP videos within the browser in a React app. This repository
For UI:
npm install
npm run dev
For backend:
git clone https://github.com/deepch/RTSPtoWeb
cd RTSPtoWeb
cp ../rtsp-to-web-config.json ./config.json
GO111MODULE=on go run *.go