RTSP Feed on dashboard

Hi,
So I have seen several posts here about getting rtsp feed on dashboard. They all seem to be complicated. Is there a simple way to get a rtsp feed and display the live preview of a specifc camera (have a drop down list/buttons to select the camera) and it shows a semi live feed of the camera. I have seen posts like this one that seem to do it, but they use alot of nodes and I am not sure if they work with the latest version of the dashboard

For the new dashboard, work is in progress but it is managed by a non paid volunteer so just be patient
For the previous dashboard the link you referre to is the way to go

Just to make sure that flow fuze dashboard 2.0 is the latest and the right one?

Can I use them toghether in a way or is it one or the other

Hi @ath0rus

  • In the old AngularJs dashboard you needed to use node-red-ui-mp4frag.
  • For the new VueJs dashboard D2 I started developing node-red-dashboard-2-ui-video, as a successor of the old ui-mp4frag node. One of the wiki pages is a tutorial about showing RTSP streams.

However there are still a large number of open issues for my new node. For some of them I was completely stuck, for others I simply didn't have time to fix them. Because the new dashboard causes us having to reimplement all our ui nodes, which requires a LOT of free time.

The open-source concept is very simple: unless some people want to help contributing, this node will only be finished when I find free time. Spoiler alert: that won't be soon...

Id love to help you develop it but I run into some simiar issues (Not much free time (cos of work) and only know python (and not too well) and not java script), I can test and feedback if that helps (you probably get alot of that)

I would stick to the old for now for RTSP video, that works really well even if the flow looks complex in itself since Kevin maybe added more features in his sample then you actually need

I would make one tab per camera to keep a nice organized flow

We (@dynamicdave, @zenofmud and myself) made earlier an attempt using Kevins nodes together with others (and some coding...) to make a video management system for home usage. It is also supporting other video sources like http, youtube and recorded video. Could maybe be of interest to look at

https://teamwork-int.com/hss/index.html

Just did a recap how we designed the HSS as mentioned above. I now remember, was a time ago,
we did not use the node-red-contrib-ui-mp4frag node, instead we actually coded the ui functionality in the (old) dashboard template nodes

So basically, just using the dashboard independent node-red-contrib-ffmpeg-spawn and node-red-contrib-mp4frag and do similar coding in the dashboard 2 template node might work. Untested though...

1 Like

Hi @BartButenaers,

At the risk of it sounding like bribery, is there a way for us to contribute financially? Like, do you have a Patreon or a something?

I am not a rich guy, but I can make a donation now and then. I'd send you avocados if we were in the same country.

You see, for me the use case is to bring up a video feed when Frigate says there is a person there. And for me the need is very real.

The reason I am googling this process today (and found this thread) is because last night Frigate caught someone testing the fence at our tractor shed, and feeling around to see if they might access the gate motor (it's in a cage, but not invulnerable if you can pick a lock). They did this at two buildings on our farm.

We're small farmers, this kind of thing hits us hard, because cops don't bother coming out here, and insurance always finds a way not to pay. We've been hit four times this year, and I installed Frigate after the last one.

I'm very excited about Frigate as a part of my setup. But for real, I'm alarmed, because the person made no attempt to steal; they were purely scouting. They'll be back.

Right now, I have Node-RED email me if Frigate publishes a snapshot to MQTT. I will learn how to embed the snapshot in the email (it's formatting, I'll get there), but this would be even sexier.

Thank you for the work you have done so far. I am heading over to Github now.

Maybe not frigate for me (yet), But all I want to do is to be able to offer a login page to guests (that house sit for us or when guest parents want to watch the camera looking at the pool while they talk to other parents), putting a feed on the dashboard (as well as other stuff like weather) would be cool. Im not sure how much I can contribute but id be happy to contribute to a ko-fi if that pays you to spend time to work on this node, Or i can help (if possible)

If you are handymen you might also be interesting in this new thread. There you should be able to import the example and modify it fitting your cameras RTSP feed

if you mean handyman as in physical, your asking the wrong guy. Tech stuff maybe as tech is my thing (I work IT at a school), I have to get off for bed now as I have work tomorrow, but after that I will check out that thread you mentioned, Maybe something I can try when I get time

:wink:

So I wish you a nice and good sleep then. That example is pretty straight forward and should allow you to extend it, making a dashbord 2 with multiple camera views showing you your RTSP streams (as well as others if you have)