[Live-devel] PLAY range

tzp tangzp76 at sjtu.edu.cn
Wed Dec 15 09:37:32 PST 2004


Sorry It's my mistake,my question is if the RTSPserver support this form of PLAY command.Because I find the response of PLAY command in RTSPServer::RTSPClientSession::handleCmd_PLAY() like these:

      "RTSP/1.0 200 OK\r\n"
    "CSeq: %s\r\n"
    "%s"
    "Range: npt=0.00-\r\n"
    "Session: %d\r\n"
    "%s\r\n"
the range is from 0.00 to the end of the video .

> Message: 9
> Date: Tue, 14 Dec 2004 08:23:16 -0800
> From: Ross Finlayson <finlayson at live.com>
> Subject: Re: [Live-devel] PLAY range
> To: "LIVE.COM Streaming Media - development & use"
> <live-devel at ns.live.com>
> Message-ID: <6.2.0.14.1.20041214082230.02ccdc10 at localhost>
> Content-Type: text/plain; charset="us-ascii"; format=flowed
> 
> 
> >    Does  Livemedia support command PlAY like these:
> >     PLAY rtsp://audio.example.com/audio RTSP/1.0
> >            CSeq: 835
> >            Session: 12345678
> >            Range: npt=10-15
> 
> Yes.  Note the (optional) "start" and "end" parameters in 
> "RTSPClient::playMediaSession()" and "RTSPClient::playMediaSubsession()".
> 
> 
> Ross Finlayson
> LIVE.COM
> <http://www.live.com/>
> 
> 
> ------------------------------



More information about the live-devel mailing list