<div>Thanks,  Wim.</div><div><br></div>Sorry for problem 1. <div>My server can not control the flow because I have modified rtsp server by g_object_set (G_OBJECT (udpsink0), &quot;sync&quot;, FALSE, NULL);</div><div><div><br>

</div><div>When I enable the sync, it works well with mp3parse pipeline.</div><div><br></div><div>I will test the server with h264parse, aacparse and others.</div><div><br></div><div>For problem 2, 3:</div><div>Is there any plugin can auto detect acodec/vcodec of a file?<br>

</div><div><br></div><div>BTW: Is there a roadmap for rtsp-server? </div><div><br></div><div>Thanks again.</div></div><br><div class="gmail_quote">2009/9/26 Wim Taymans <span dir="ltr">&lt;<a href="mailto:wim.taymans@gmail.com">wim.taymans@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Fri, 2009-09-25 at 18:06 +0800, dxssx wrote:<br>
&gt; Hi,<br>
&gt; I want to use gst-rtsp-server as my vod server, but I found it is too<br>
&gt; hard for some reasons:<br>
&gt;<br>
&gt;<br>
&gt; 1. rtsp-server has no flow control in sending packet.<br>
&gt; It sends packets as fast as possible which makes client can not decode<br>
&gt; in time.<br>
<br>
</div>for flow control if relies on a gstreamer element that produces correct<br>
timestamps. If you are, for example, sending an mp3 file, you need to<br>
insert mp3parse after the filesrc so that timestamps are properly set on<br>
the data.<br>
<div class="im">&gt;<br>
&gt;<br>
&gt; 2. rtsp-server has no dynamic url.<br>
&gt; Everytime I add a file into vod list, I need to add a url mapping for<br>
&gt; it.<br>
<br>
</div>You can make a subclass of the mediafactory to dynamically create<br>
pipelines. The example base class only accept gst-launch type syntax.<br>
<div class="im"><br>
&gt;<br>
&gt;<br>
&gt; 3. rtsp-server doesn&#39;t support dynamic pipeline.<br>
&gt; Everytime I add a file into vod list, I need to rewrite a new pipeline<br>
&gt; to parse and rtppay it.<br>
<br>
</div>Again this can be implemented using subclasses of the standard example<br>
factories.<br>
<br>
Wim<br>
<div class="im">&gt;<br>
&gt;<br>
&gt; I am new here, so I am afraid that I missed something useful in<br>
&gt; rtsp-server or gstreamer to overcome the problems above.<br>
&gt;<br>
&gt;<br>
&gt; Does anyone can help me?<br>
&gt;<br>
&gt;<br>
&gt; Thanks.<br>
&gt;<br>
&gt;<br>
</div>&gt; ------------------------------------------------------------------------------<br>
&gt; Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA<br>
&gt; is the only developer event you need to attend this year. Jumpstart your<br>
&gt; developing skills, take BlackBerry mobile applications to market and stay<br>
&gt; ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;<br>
&gt; <a href="http://p.sf.net/sfu/devconf" target="_blank">http://p.sf.net/sfu/devconf</a><br>
&gt; _______________________________________________ gstreamer-devel mailing list <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>


<br>
<br>
------------------------------------------------------------------------------<br>
Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA<br>
is the only developer event you need to attend this year. Jumpstart your<br>
developing skills, take BlackBerry mobile applications to market and stay<br>
ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;<br>
<a href="http://p.sf.net/sfu/devconf" target="_blank">http://p.sf.net/sfu/devconf</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>