Re: [Live-devel] RTSPS and PKI

2025-07-08 Thread Ross Finlayson
I’m not sure I understand this. If the ‘problem’ occurs only in your modified version of the code, then if is of no interest to me. (In particular, I will *not* be adding a ‘certificate file name’ parameter to the “RTSPClient” constructor; RTSP clients should not have to deal directly with cer

Re: [Live-devel] RTSPS and PKI

2025-07-08 Thread BENMOUSSA Yahia - Contractor via live-devel
--- Begin Message --- Classified as: {OPEN} Thank you for these clarifications. I have implemented a basic SSL certificate check by setting a callback in ClientTLSState::setup() In case of self-signed or expired certificate, the SSL connection fails between openRTSP and testOndemandServer.