Hi,
I have been trying to establish a rtsp connection. RTSP Options and RTSP Describe return 200 while RTSP Setup gives me an error(404).
My RTSP Setup command is as follows
"SETUP rtsp://xyz.xyz.xyz.xyz/mpeg4/track1 RTSP/1.0 \r\n"
"CSeq: 8\r\n"
"Transport: RTP/AVP/TCP;unicast;interleaved0-1\r\n"
"User-Agent: VLC media player (Live Streaming Media V2008.05.12)\r\n"
"\r\n"
The server address happens to be http://xyz.xyz.xyz.xyz(while i play play it in a browser), is this address creating any problem since it starts with http?
Any idea what I should be changing in the Setup command considering the response to my RTSP Describe is as follows?
v=0
o=NoSpacesAllowed 1 1 IN IP4 xyz.xyz.xyz.xyz
s=mpeg4
i= XYZ IP Network Camera Streamer
t=0 0
a=range:now-
a=control:*
m=audio 0 RTP/AVP 97
a=rtpmap:97 G726-24/8000
a=control:trackID=1
m=video 0 RTP/AVP 96
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=245;config=000001B0F5000001B5090004C28B421E0A21F
a=framesize:96 720-480
a=control:trackID=2
Thanks in advance
Rajesh