<font><font face="comic sans ms,sans-serif">Hello Sir!<br>
<br>
I have created RTSPServer application. In this application server 
receives live stream from a Live media Streamer application which in 
turn get steam from digital camera.<br>
<br>
    my .net web application creates a socket connection and RTSP session
 with RTSPserver. After that my .net application receives and display 
live stream successfully.<br>
    While doing so, if I try to connect to RTSPserver form VLC media 
player then VLC is unable to receive the stream. And also creates 
problem for our .net web application to receive stream.<br>
<br>
On the other hand, If VLC creates RTSPsession before our .net 
application then it works fine. Even our .net application also work fine
 after this.<br>
<br>
In short we have observed that when there is issue in receiving stream 
from both VLC and our .net application if our application creates 
RTSPSession first.<br>
<br>
RTSP Session Requests and Responses from our .net web application is as follows..<br>
<b><br>
  <br>
SETUP rtsp://RTSPServerIP:Tunneling port/ StreamName RTSP/1.0\r\nCSeq: 2\r\nTransport: RTP/AVP/TCP;interleaved=0-1\r\n\r\n;<br>
  <br>
  <br>
RTSP/1.0 200 OK<br>
CSeq: 2<br>
Date: Thu, Sep 13 2012 15:00:24 GMT<br>
Transport: RTP/AVP/TCP;unicast;destination=destinationIP ;source=source IP;interleaved=0-1<br>
Session: 7F3AB815<br>
  <br>
  <br>
  <br>
PLAY rtsp://RTSPServerIP:Tunneling port/ StreamName RTSP/1.0<br>
CSeq: 3<br>
Session: A1E27785<br>
  <br>
  <br>
RTSP/1.0 200 OK<br>
CSeq: 3<br>
Date: Thu, Sep 13 2012 15:00:24 GMT<br>
Session: 7F3AB815<br>
RTP-Info: url=rtsp:// RTSPServerIP/ StreamName/track1;seq=50968;rtptime=1218052426<br>
  <br>
</b><br>
I don't  have any idea how exactly VLC does it with RTSP Server..it 
might happen our request creates some problem to create further session 
by VLC?<br>
<br>
<br>
</font></font><font><font face="comic sans ms,sans-serif">Thanks!</font></font><br>