hakkisabah / rtsp-example

Receiving rtsp stream on rtsp protocol then you can capture any image and record in vue store base64 format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtsp-example

REQUIREMENTS : you need ffmpeg on your system environment, more information => FFMpeg

Use case :

After running the npm install command in both folders, you can in the rtsp-back folder node app.js command and npm run serve in the rtsp-front folder. Then you can preview on http://localhost:8080.

Note : Maybe you need a good internet connection for rtsp stream.

About

Receiving rtsp stream on rtsp protocol then you can capture any image and record in vue store base64 format.

License:MIT License


Languages

Language:JavaScript 52.4%Language:Vue 34.2%Language:HTML 13.4%