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