<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi Ross:</FONT></DIV>
<DIV><FONT size=2> I have a question about the response of the
RTSPserver:</FONT></DIV>
<DIV><FONT size=2> when we create a rstpserver,it
arranges a handler ( RTSPServer::incomingConnectionHandler())to
handle connections from others ,when a user first connection to the
server,general he will send a RTSP command "DESRCIBE" first, the server recieve
the command and create a new RTSPClientsession object to service the user.
when create the RTSPClientsession object ,it also arrange a
handler(RTSPServer::RTSPClientSession<BR>::incomingRequestHandler()) to respond
the user's request.but I wonder if the server can respond the request "DESCRIBE"
this time rightly.When we arrange a handler to handle the user's request, we
have recieved the first request, the handler can't handle this request,so I
think it will ingore the first request command. Is that right?</FONT></DIV>
<DIV><FONT size=2> Thank you.</FONT></DIV>
<DIV><FONT size=2>--TZP</FONT></DIV></BODY></HTML>