In this video, I have showed how can you stream your IP Camera data into browser very easily using little bit of code and command. Next: integrate the HLS video player inside of React app NodeJS code copied from: https://qvault.io/javascript/hls-video-streaming-with-node-js-a-tutorial/ FFMPEG command: ffmpeg -i rtsp://{username}:{password}@192.168.0.146:554/stream1 -fflags flush_packets -max_delay 2 -flags -global_header -hls_time 2 -hls_list_size 3 -vcodec copy -y ./index.m3u8 HLS demo: https://hls-js-dev.netlify.app/demo/ 🌎 Find me here: Facebook: https://www.facebook.com/foyzulsacademy Blog: https://dev.to/foyzulkarim Twitter: https://twitter.com/foyzul_karim GitHub: https://github.com/foyzulkarim LinkedIn: https://www.linkedin.com/in/foyzul
In this video, I have showed how can you stream your IP Camera data into browser very easily using little bit of code and command. Next: integrate the HLS video player inside of React app NodeJS code copied from: https://qvault.io/javascript/hls-video-streaming-with-node-js-a-tutorial/ FFMPEG command: ffmpeg -i rtsp://{username}:{password}@192.168.0.146:554/stream1 -fflags flush_packets -max_delay 2 -flags -global_header -hls_time 2 -hls_list_size 3 -vcodec copy -y ./index.m3u8 HLS demo: https://hls-js-dev.netlify.app/demo/ 🌎 Find me here: Facebook: https://www.facebook.com/foyzulsacademy Blog: https://dev.to/foyzulkarim Twitter: https://twitter.com/foyzul_karim GitHub: https://github.com/foyzulkarim LinkedIn: https://www.linkedin.com/in/foyzul