[Live-devel] Live555 support for RTSP over TLS

Ross Finlayson finlayson at live555.com
Thu Oct 6 08:18:59 PDT 2016


> As per your suggestion, in RTSPServer class, I need to pass the TLS socket number to RTSPServer constructor.
> I am using OpenSSL for creating TLS socket. When I create TLS socket, it returns SSL type object. How can I pass that SSL type object to RTSPServer constructor?

Get the (TLS) socket number as an integer.  In your “RTSPServer” subclass constructor, when it calls the “RTSPServer” constructor, pass that (integer) socket number as the “ourSocket” parameter.


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




More information about the live-devel mailing list