<div>Dear all,</div>
<div>&nbsp;</div>
<div>Im running onDemandRTSPServer for rtsp streaming.</div>
<div>I have written some sample programs to connect the rtsp server using mp4player rtsp liraries.</div>
<div>When i send two SETUP(rstp command)&nbsp;requests for both audio &amp; video, the session is getting increased in response to the second setup request.</div>
<div>&nbsp;</div>
<div>Following are my requests * responses</div>
<div>&nbsp;</div>
<div><strong>1Request</strong></div>
<div>&nbsp;</div>
<div>SETUP rtsp://192.168.1.196:8554/mpeg1or2AudioVideoTest/track1 RTSP/1.0</div>
<div>CSeq: 1</div>
<div>Transport: RTP/AVP;unicast;client_port:1024-1025</div>
<div>User-Agent: STL Version 1.0</div>
<div>&nbsp;</div>
<div><strong>Response is</strong></div>
<div>&nbsp;</div>
<div>RTSP 200 OK</div>
<div>CSeq: 1</div>
<div>Transport: RTP/AVP;unicast;destination:<a href="http://192.168.1.196">192.168.1.196</a>;client_port:1024-1025;server_port:32780-32780</div>
<div>Session: <strong>32</strong></div>
<div>User-Agent: STL Version 1.0</div>
<div>&nbsp;</div>
<div><strong>2Request</strong></div>
<div><strong></strong>&nbsp;</div>
<div>
<div>SETUP rtsp://192.168.1.196:8554/mpeg1or2AudioVideoTest/track2 RTSP/1.0</div>
<div>CSeq: 1</div>
<div>Session: <strong>32</strong></div>
<div>Transport: RTP/AVP;unicast;client_port:1026-1027</div>
<div>User-Agent: STL Version 1.0</div>
<div>&nbsp;</div>
<div>Response is</div>
<div>&nbsp;</div>
<div>RTSP 200 OK</div>
<div>CSeq: 1</div>
<div>Transport: RTP/AVP;unicast;destination:<a href="http://192.168.1.196">192.168.1.196</a>;client_port:1024-1025;server_port:32780-32780</div>
<div>Session: <strong>33</strong></div>
<div>User-Agent: STL Version 1.0</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>The problem is that is is treating the second request as new session...i suppose. </div>
<div>Please any can help me in this regard.</div>
<div>&nbsp;</div>
<div>Thanks in Advance</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Pradeep</div></div>
<div>&nbsp;</div>