<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi Ross,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">As per your suggestion, in RTSPServer class, I need to pass the TLS socket number to RTSPServer constructor.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">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?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I have attached sample code for creating TLS socket using OpenSSL.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="arial, helvetica, sans-serif">Regards,</font><div><font face="arial, helvetica, sans-serif">Gaurav Badhan</font></div></div></div></div>
<br><div class="gmail_quote">On Tue, Jun 24, 2014 at 9:11 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><div><blockquote type="cite"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif"><pre style="white-space:pre-wrap"><font face="verdana, sans-serif">Do you intend to supply this feature any time soon ?</font></pre></div></div></blockquote></div></span>If you already have a (TCP) TLS socket set up between your client and server, then you can use it now, using existing code.<div><br></div><div>In "RTSPClient::createNew()", note the (optional) "socketNumToServer" parameter.  You can set this to specify the (TLS) socket number.</div><div><br></div><div>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.</div><span class="HOEnZb"><font color="#888888"><br><br><div>
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>______________________________<wbr>_________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" rel="noreferrer" target="_blank">http://lists.live555.com/<wbr>mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div>