Adding an RTSPS video stream (RTSP over TLS)

Can you confirm whether RTSP over TLS is supported (RTSPS)?
I don’t think so, or at least my tests didn’t seem to work.

What bothers me about RTSP is that it’s the only stream transmitted in cleartext on my home network. Of course, the risks are low, but I like to be as close as possible to the state of the art, especially in computer security when I have the opportunity and the means :slight_smile:

Normally yes:

What error message do you get when you « try » the stream? (possibly check the logs)

PS: I created a thread to quietly debug this in a dedicated topic :slight_smile:

1 Like

When I ran tests, it wasn’t working.

In the meantime, I realized that the default port was incorrect (322/TCP). After modifying the camera configuration (MediaMTX), it’s working.

I configured this in Gladys:

rtsps://192.168.1.84:322/cam
1 Like