Implement video playback using NodeJS, FFMPEG and HLS.JS
I have RTSP stream coming from camera, which is converted to fragmented mp4 using FFMPEG. It is stored in a folder. Also manifest.m3u8 file is created using FFMPEG.
I have RTSP stream coming from camera, which is converted to fragmented mp4 using FFMPEG. It is stored in a folder. Also manifest.m3u8 file is created using FFMPEG.