/react-player-rtsp

React player RTSP stream using node and ffmpeg

Primary LanguageJavaScript

React Player Stream RTSP

Using Node JS, React JS RTSP URL Live streaming Integration

NODE => Require install FFmpeg Type the command in node js project by,

yarn start

REACT => Run the react project in app folder

yarn start

Backend code is in node js and node stream property will convert the video to data format and the ffmpeg will be helping with that. After the running front end react js the video is play with the help of JSMPEG player.

Here is a good manual in case someone wants to create their own RTSP streaming server, based on raspberry and gstreamer.