Hi All,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <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 &quot;<a href="rtsp://192.168.1.93">rtsp://192.168.1.93</a><br>/*&quot;: 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 &quot;*&quot; 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 &quot;*&quot; tends to be used as documented.<br><br>Xochitl<br></pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sorry for asking the question again , Can we&nbsp; have
<font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 13.3px;">
&quot;*&quot; wildcard in the describe command will then cause multiple &quot;i=&quot;
lines, each is a title to an item on the server. After each &quot;i=&quot; 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 &quot;a=&quot; attribute lines for the file. I&#39;m expecting
X-filename: and metadata: strings returned for each file, maybe others.
So the &quot;i&quot; line is the title of a new item, and each &quot;a&quot; line is an
attribute about that item. Finding a new &quot;i&quot; 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,&quot;pair&quot;}
</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,&quot;pair&quot;}</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>