[Question] api acces image camera

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 :grinning_face:

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.

1 Like

I’ll take a look as soon as I have some availability :slight_smile: thanks!

After checking, my camera only returns an RTSP stream, not HTTP :confused:

You can always convert it with ffmpeg and serve it over HTTP with a small nginx container

1 Like

Can you help me please? Any tutorials or images to recommend? :slight_smile:

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!