Hi All,<br> <br><pre> I was trying get the all the files from streaming server from<br>console in linux<br> openRTSP <a href="rtsp://192.168.1.93/*">rtsp://192.168.1.93/*</a><br> it is giveing me an error saying
<br> Failed to get a SDP description from URL "<a href="rtsp://192.168.1.93">rtsp://192.168.1.93</a><br>/*": cannot handle DESCRIBE response: RTSP/1.0 404 Not Found<br><br>RTSP does not support a method by which to obtain a full list of files. If
<br>you want a full list of files you will have to use something other<br>protocol. Also, I believe the "*" has a special meaning in RTSP, so cannot<br>be used as you suggest. You can look at sections 6.2 and
C.1.1 of RFC2326<br>for information on the asterisk. Ross can probably tell you whether or not<br>the "*" tends to be used as documented.<br><br>Xochitl<br></pre> Sorry for asking the question again , Can we have
<font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">
"*" wildcard in the describe command will then cause multiple "i="
lines, each is a title to an item on the server. After each "i=" line </span></font><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">will
be one or more "a=" attribute lines for the file. I'm expecting
X-filename: and metadata: strings returned for each file, maybe others.
So the "i" line is the title of a new item, and each "a" line is an
attribute about that item. Finding a new "i" line means to start a new
item with that title string.</span></font><div style="margin: 0px;"><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">Those
returned items and and the filename and the metadata strings I need put
into a list. the metadata can be a pretty long string. A new line
separates each line.</span></font></div><div style="margin: 0px;"><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 13.3px;"><br></span></font><font class="Apple-style-span" face="Courier New" size="4">
<span class="Apple-style-span" style="font-size: 13.3px;"> v=0</span></font><font class="Apple-style-span" face="Courier New" size="4"><span class="Apple-style-span" style="font-size: 13.3px;"><br></span></font><font class="Apple-style-span" face="Courier New" size="4">
<span class="Apple-style-span" style="font-size: 13.3px;"> s=Storage Server
Test</span></font><font class="Apple-style-span" face="Courier New" size="4"><span class="Apple-style-span" style="font-size: 13.3px;"><br></span></font><font class="Apple-style-span" face="Courier New" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">
c=IN IP4 <a href="http://192.168.1.93">192.168.1.93</a></span></font><font class="Apple-style-span" face="Courier New" size="4"><span class="Apple-style-span" style="font-size: 13.3px;"><br></span></font><font class="Apple-style-span" face="Courier New" size="4">
<span class="Apple-style-span" style="font-size: 13.3px;"> t=0 0</span></font><div style="margin: 0px 0px 0px 48px;"><font class="Apple-style-span" face="Courier New" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">
m=video 0 RTP/AVP 33</span></font><font class="Apple-style-span" face="Courier New" size="4"><span class="Apple-style-span" style="font-size: 13.3px;"><br></span></font><font class="Apple-style-span" face="Courier New" size="4">
<span class="Apple-style-span" style="font-size: 13.3px;"> i="Ysong"</span></font></div><div style="margin: 0px 0px 0px 48px;"><font class="Apple-style-span" face="Courier New" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">
a=X-filename:1</span></font></div><div style="margin: 0px 0px 0px 48px;"><font class="Apple-style-span" face="Courier New" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">a=metadata:{value,"pair"}
</span></font></div><div style="margin: 0px 0px 0px 48px;"><font class="Apple-style-span" face="Courier New" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">i="Csong"</span></font></div><div style="margin: 0px 0px 0px 48px;">
<font class="Apple-style-span" face="Courier New" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">a=X-filename:2</span></font></div><div style="margin: 0px 0px 0px 48px;"><font class="Apple-style-span" face="Courier New" size="4">
<span class="Apple-style-span" style="font-size: 13.3px;">a=metadata:{value,"pair"}</span></font></div><br><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">
<br class="khtml-block-placeholder">Regards.</span></font></div>