Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 360 Bytes

rtsp-react

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