> 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/ _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel