<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [Live-devel] Problem in RTSP
Response</title></head><body>
<blockquote type="cite"
cite
> <span
></span
> <span
></span> This is
kishore from INDIA. we are developing an MPEG2 Streaming server on
windows.</blockquote>
<div><br></div>
<div>Did you consider using our RTSP server implementation? (If
you had, you probably would have avoided your problem.)</div>
<div><br></div>
<blockquote type="cite" cite>Response:<br>
<br>
RTSP/1.0 200 OK<br>
Server: Mpeg2StreamingServer<br>
CSeq: 8<br>
Cache-Control: no-cache<br>
Content-Length: 250<br>
Content-Type: application/sdp<br>
<br>
v=0<br>
o=Mpeg2StreamingServer -902530567 -902530567 IN IP4 <a
href="http://10.10.10.8"> 10.10.10.8</a><br>
s=RTSP Session<br>
u=http:///<br>
e=admin@<br>
c=IN IP4 <a href="http://0.0.0.0">0.0.0.0</a><br>
i=RTSP test<br>
t=0 0<br>
a=tool:vlc 0.8.6a<br>
a=range:npt=0- 41.00000<br>
m=video 0 RTP/AVP 32<br>
a=rtpmap:32 MPV/90000<br>
a=control:rtsp://10.10.10.8:1234/39.mpg/trackID=1</blockquote>
<div><br>
I think the "a=control:" line is the problem. It
should be</div>
<div><x-tab>
</x-tab>a=control:trackID=1</div>
<div><br></div>
<div>In any case, I suggest using our "openRTSP"
command-line RTSP client <http://www.live555.com/openRTSP/> to
debug your server. (You will probably find this easier to use
than VLC.)</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>