> On Feb 7, 2022, at 11:04 PM, Victor Vitkovskiy
> wrote:
>
> Hello Ross,
>
> Actually, we have a requirement to support at least some secured streaming
> variant, so if we can use RTSP over TLS it will be good even if HTTPS is not
> supported.
> Could you please advise me how I can use th
Hello Ross,
Actually, we have a requirement to support at least some secured streaming
variant, so if we can use RTSP over TLS it will be good even if HTTPS is not
supported.
Could you please advise me how I can use this TLS?
On server side I should call this:
rtspServer->setTLSState("d:\\cer
> On Feb 7, 2022, at 10:25 PM, Victor Vitkovskiy
> wrote:
>
> Hello Ross,
>
> Thank you for your answers.
> Related to HTTPS support - I have found this method for RTSP server -
> setTLSState where we need to specify certificate and private keys.
> So, this is not related to HTTPS or this
Hello Ross,
Thank you for your answers.
Related to HTTPS support - I have found this method for RTSP server -
setTLSState where we need to specify certificate and private keys.
So, this is not related to HTTPS or this is not working currently?
Best regards,
--
> On Feb 7, 2022, at 8:46 PM, Victor Vitkovskiy
> wrote:
>
> Currently when I create RTSP server with several sessions based on
> OnDemandServerMediaSubsession, seems that RTSP server supports any transport
> that client wants - it can be RTP over UDP or RTP over RTSP, all depends on
> clie