This is kishore from INDIA. we are developing an MPEG2 Streaming server on windows.

Did you consider using our RTSP server implementation? (If you had, you probably would have avoided your problem.)

Response:

RTSP/1.0 200 OK
Server: Mpeg2StreamingServer
CSeq: 8
Cache-Control: no-cache
Content-Length: 250
Content-Type: application/sdp

v=0
o=Mpeg2StreamingServer -902530567 -902530567 IN IP4 <http://10.10.10.8> 10.10.10.8
s=RTSP Session
u=http:///
e=admin@
c=IN IP4 <http://0.0.0.0>0.0.0.0
i=RTSP test
t=0 0
a=tool:vlc 0.8.6a
a=range:npt=0- 41.00000
m=video 0 RTP/AVP 32
a=rtpmap:32 MPV/90000
a=control:rtsp://10.10.10.8:1234/39.mpg/trackID=1

I think the "a=control:" line is the problem.  It should be
        a=control:trackID=1

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.)
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to