[Live-devel] RTSP over TLS

Ross Finlayson finlayson at live555.com
Sun Sep 21 21:11:48 PDT 2014


> 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 read encrypted packets.

I'm not sure I understand your question.  If you've already set up a socket for a SSL connection, then you're not dealing with encrypted data at all; encryption/decryption is done automatically at a lower level.  So you should be able to simply pass this socket number as a parameter to "RTSPClient::createNew()", and your client should work as normal.  (Provided, of course, that the *server* knows how to deal with the SSL connection at its end.)


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20140921/d1c70685/attachment.html>


More information about the live-devel mailing list