Re: [Live-devel] RTSP over TLS with IP Camera Not Working

2021-03-12 Thread Ross Finlayson
> On Mar 12, 2021, at 3:01 AM, Kommoju, Sekhar via live-devel > wrote: > > Background: As per your comment, I’ve modified the testRTSPClient to call the > function “useTLS()” on “RTSPClient” before sending the first RTSP command, > but unfortunately I was getting a “Bad Request” error respon

Re: [Live-devel] RTSP over TLS question(s)

2019-12-07 Thread Ross Finlayson
> Does this encrypt only the RTSP part of the conversation? Is the video still > in the clear? Only the RTSP connection is encrypted. RTP/UDP packets are unaffected. There is currently no support for SRTP. And, once again, this change is only for our client implementation of RTSP. >

[Live-devel] RTSP over TLS question(s)

2019-12-07 Thread Jeff Shanab
I can diff the code once it downloads but I thought it might be good to ask at a high level. Does this encrypt only the RTSP part of the conversation? Is the video still in the clear? I know there are 3 ways to stream in live555, TCP interleave, tunneled and UDP. Did we get SRTP and SRTCP in this

Re: [Live-devel] RTSP over TLS

2014-09-21 Thread Ross Finlayson
> I am working on special case where UDP is blocked and only outgoing > port 443 is opened. So that RTSP client only able to open RTSP stream > over SSL connection. I can pass socket descriptor of pre established > SSL connection to RTSPClient class, but SSL calls are not implemented > in groupsock

[Live-devel] RTSP over TLS

2014-09-21 Thread Dnyanesh Gate
Hi, I am working on special case where UDP is blocked and only outgoing port 443 is opened. So that RTSP client only able to open RTSP stream over SSL connection. I can pass socket descriptor of pre established SSL connection to RTSPClient class, but SSL calls are not implemented in groupsock to r