RTSP Auth

Hey guys, does anyone know how i can add a username and password in the example for RTSP
its weird that i can enter the URL and port, and watch the camera without any Auth

Thanks :slight_smile:

Hi @GalGol ,

I don’t really understand your question. This is the expected behavior, and there is no authentication to view the video stream as long as the board is connected to internet and streaming video via RTSP protocol.

Thank you.

Currently, Arduino opensource SDK does not support auth rtsp yet.

For username and password, you can develop an application that received RTSP and use username and password as credentials.
This can be done under application after RTSP data received.