[Live-devel] Live stream receiving problem

Ketan Gholap ketangholap1990 at gmail.com
Thu Sep 13 08:37:19 PDT 2012


Hello Sir!

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.

    my .net web application creates a socket connection and RTSP session
with RTSPserver. After that my .net application receives and display live
stream successfully.
    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.

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.

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.

RTSP Session Requests and Responses from our .net web application is as
follows..
*

SETUP rtsp://RTSPServerIP:Tunneling port/ StreamName RTSP/1.0\r\nCSeq:
2\r\nTransport: RTP/AVP/TCP;interleaved=0-1\r\n\r\n;


RTSP/1.0 200 OK
CSeq: 2
Date: Thu, Sep 13 2012 15:00:24 GMT
Transport: RTP/AVP/TCP;unicast;destination=destinationIP ;source=source
IP;interleaved=0-1
Session: 7F3AB815



PLAY rtsp://RTSPServerIP:Tunneling port/ StreamName RTSP/1.0
CSeq: 3
Session: A1E27785


RTSP/1.0 200 OK
CSeq: 3
Date: Thu, Sep 13 2012 15:00:24 GMT
Session: 7F3AB815
RTP-Info: url=rtsp:// RTSPServerIP/
StreamName/track1;seq=50968;rtptime=1218052426

*
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?


Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120913/b21e0602/attachment.html>


More information about the live-devel mailing list