<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
We had the same problem. We made the RTSPClientSession class protected
and added a protected virtual factory method for creating the
RTSPClientSession objects and made <span lang="en-us"><font
 face="Arial" size="2"> IncomingRequestHandler1() call it.</font></span><br>
<br>
I then made my own version RTSPServer and RTSPClientSession that could
handle the SET_PARAMETER requests. <br>
<br>
I think that my partner is going to be submitting a patch with these
changes soon, but I'm not sure. <br>
<br>
Matt S. <br>
<br>
<br>
Yedidia Amit wrote:
<blockquote
 cite="mid:EB34B5A39CF26E408490ED9279BF10A71D37DB@mailesl5.esl.corp.elbit.co.il"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator"
 content="MS Exchange Server version 6.5.7651.59">
  <title>Extending RTSPClinetSession class</title>
<!-- Converted from text/rtf format -->
  <br>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">Hi,</font></span></p>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">I am
trying to extend RTSPClientSession to support "SET_PARAMETER".</font></span></p>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">However
the class is declared as private within the RTSPServer class.</font></span></p>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">In
addition the IncomingRequestHandler1 which I should override, is also
declared as private within the&nbsp; RTSPClientSession class.</font></span></p>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">Should I
change both of them to "protected" or you got any other idea?</font></span></p>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">It was
much simpler if there was a generic set_parameter func that could be
assgned to user func.</font></span></p>
  <br>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">Regards,</font></span></p>
  <br>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">Amit
Yedidia</font></span></p>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">Elbit
System Ltd.</font></span></p>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">Email:
<a class="moz-txt-link-abbreviated" href="mailto:amit.yedidia@elbitsystems.com">amit.yedidia@elbitsystems.com</a></font></span></p>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">Tel:
972-4-8318905</font></span></p>
  <p dir="ltr"><span lang="en-us"><font face="Arial" size="2">----------------------------------------------------------</font></span></p>
  <p dir="ltr"><span lang="en-us"></span><span lang="he"></span></p>
  <p dir="ltr"><span lang="he"></span><span lang="en-us"></span></p>
  <div><strong></strong>&nbsp;</div>
  <div align="left"><strong><font color="#000080" face="Arial" size="2">The
information in this e-mail transmission contains proprietary and
business <br>
sensitive information.&nbsp; Unauthorized interception of this e-mail may
constitute <br>
a violation of law. If you are not the intended recipient, you are
hereby <br>
notified that any review, dissemination, distribution or duplication of
this <br>
communication is strictly prohibited. You are also asked to contact the
sender <br>
by reply email and immediately destroy all copies of the original
message.<br>
  </font></strong></div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
live-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a>
<a class="moz-txt-link-freetext" href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a>
  </pre>
</blockquote>
</body>
</html>