<br><br><div class="gmail_quote">On Wed, Feb 24, 2010 at 2:17 PM, sreerenj b <span dir="ltr">&lt;<a href="mailto:bsreerenj@gmail.com">bsreerenj@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br clear="all"><br><br>
<font size="4"> If multiple clients were trying to stream a video file
from gst-rtsp-server, whether the server will create separate
pipelines or take &quot;tee&quot; from the existing pipeline? <br></font></blockquote><div><br><br>If you meant that streaming same file to multiple clients, then if you do<br><pre><code>gst_rtsp_media_factory_set_shared (factory, TRUE); <br>
<br>then all the clients will share the same stream, but then in that case if a client gets connected later he wont be able to view playback <br>from start of file.  So essentially it will be like a live streaming.<br><br>
<br></code></pre></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font size="4">
<br>
Suppose if we broadcast a live stream with gst-rtsp-server and the
server capture separate streams from the live source for each request
to the server(for same stream), it will create bandwidth issues .<br>
</font><br></blockquote><div>IMHO, along with bandwidth it will also create CPU consumption issue.<br> <br>Regards<br>Kapil<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
-- <br>Sreerenj B<br><a href="http://github.com/sreerenj" target="_blank">http://github.com/sreerenj</a><br>Software engineer,Carinov Networks Pvt Ltd<br><a href="mailto:bsreerenj@gmail.com" target="_blank">bsreerenj@gmail.com</a><br>
mob: +91 9739469496<br>

<br>------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</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>
<br></blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.linkedin.com/in/kapilagrawal">http://www.linkedin.com/in/kapilagrawal</a><br>