<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hello,<BR>
&nbsp;<BR>
I wanted to extend Darwin Streaming Server to support GET_PARAMETER, and try to use&nbsp;live555 to&nbsp;connect it.<BR>
&nbsp;<BR>
I used&nbsp;the&nbsp;method getMediaSessionParameter() in RTSPClient.cpp.<BR>
&nbsp;<BR>
If the parameter 'parameterName' of the&nbsp;method is not NULL, Darwin responded&nbsp;a 'OK' and&nbsp;a 'Bad Request'.<BR>
&nbsp;<BR>
If the parameter 'parameterName' is NULL, everything is ok.<BR>
&nbsp;<BR>
&nbsp;<BR>
RTSPClient.cpp, line 1504:<BR>
&nbsp;<BR>
if (haveParameterName) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; char* const cmdFmt =<BR>&nbsp;"GET_PARAMETER %s RTSP/1.0\r\n"<BR>&nbsp;"CSeq: %d\r\n"<BR>&nbsp;"Session: %s\r\n"<BR>&nbsp;"%s"<BR>&nbsp;"%s"<BR>&nbsp;"Content-type: text/parameters\r\n"<BR>&nbsp;"Content-length: %d\r\n\r\n"<BR>&nbsp;"%s\r\n"<BR>&nbsp;"\r\n";&nbsp;&nbsp;&nbsp;&lt;- ???<BR>
&nbsp;<BR>
Maybe&nbsp;there is something wrong with the&nbsp;last '\r\n'.<BR>
&nbsp;<BR>
If there is only one '\r\n' after %s, the response is 'OK'.<BR>
&nbsp;<BR>
I hope the team can fix this.<BR>
&nbsp;<BR>
Thanks!<BR>
&nbsp;<BR>
&nbsp;<BR>
Beily Chueng<BR>
&nbsp;<BR>
Beijing China<BR><br /><hr />“七件武器,七种完美” <a href='http://get.live.cn' target='_new'>立刻体验!</a></body>
</html>