Hi everybody.
I'm new to node red.......
I have managed to make a desent dashboard with guages and other cool stuff......
BUT I would really like to view an IPcam in real time....... and thats it...... no recording, no pause.... only real time view is needed.
any idea of how thats done ?
Best regards
Kim Jensen
Do a search
Or look here
Well, seems this is an increasing interest in todays society being able to monitor your home and other belongings using all kind of video devices. Especially since they have become rather affordable and easy to install and configure
So let's start simple, this beginners example flow just demonstrates how you can view live video in the dashboard. Obviously you have to change the url's to fit your specific cameras
Next steps could involve adding features to integrate with your home automation & …
Or in this thread, here is a nice example using rtsp
So far I've been able to use VLC on my Windows laptop to decode and stream an RTSP stream directly from my HikVision cameras. The command to run VLC to do this is
vlc.exe -R rtsp://admin:password@10.4.5.24:554/Streaming/Channels/101/ --sout "#transcode{vcodec=mjpg,vb=2500,scale=1.0,fps=10,acodec=none}:standard{access=http{mime=multipart/x-mixed-replace; boundary=7b3cc56e5f51db803f790dad720ed50a},mux=mpjpeg,dst=:8888/videostream.cgi}
This generates an MJPG which can be displayed with a simple D…