> Do you intend to supply this feature any time soon ?
If you already have a (TCP) TLS socket set up between your client and server, 
then you can use it now, using existing code.

In "RTSPClient::createNew()", note the (optional) "socketNumToServer" 
parameter.  You can set this to specify the (TLS) socket number.

At the server end, note the "ourSocket" parameter to the (protected) 
"RTSPServer" constructor.  You can subclass "RTSPServer", and, in your subclass 
constructor, pass the (TLS) socket number to the "RTSPServer" constructor.


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

Reply via email to