Hello,
I would like to add two streams from ip camera to librenms dashboard but I don’t know where to add streaming html code to librenms.
I need advise how to do it.
Hello,
I would like to add two streams from ip camera to librenms dashboard but I don’t know where to add streaming html code to librenms.
I need advise how to do it.
You can try to add a notes widget and set this into the note:
<iframe src="your_url" frameBorder="0" width="100%" height = "100%">
<p>Your browser does not support iframes.</p>
</iframe>
then enter your stream url to the your_url
Hello it open a web page of camera, how to add login and password? Now I need to type it in the webpage that was open by notes widget.
If it is http basic auth, you can try setting it in the url:
<iframe src="http://user:pass@your_url" frameBorder="0" width="100%" height = "100%">
<p>Your browser does not support iframes.</p>
</iframe>
What about rtsp stream via notes widget?It’s possible?
I try 3 vendors but no succes