Hello!
I would like to cast my camera on user request to the Nest Hub.
The problem is that RTSP streams are not supported but only image or m3u8 video streams ..
Is there any way at the moment to do this?
Thank you in advance ![]()
Hello!
I would like to cast my camera on user request to the Nest Hub.
The problem is that RTSP streams are not supported but only image or m3u8 video streams ..
Is there any way at the moment to do this?
Thank you in advance ![]()
If you put your feed URL as http, doesnât it work?
What does that mean?
rtsp:// to http://?
Yes, it depends on the model
What camera do you have?
Itâs an Annke Nova Orion, thanks for your help @VonOx
I think you also have HTTP available.
Iâll take a look as soon as I have some availability
thanks!
After checking, my camera only returns an RTSP stream, not HTTP ![]()
You can always convert it with ffmpeg and serve it over HTTP with a small nginx container
Can you help me please? Any tutorials or images to recommend? ![]()
I found this: https://hub.docker.com/r/dofafis/rtsp-to-hls-stream
Well, perfect â itâs exactly what I wanted; now I just have to add a voice command to automate all of it!