<div dir="ltr">Thanks, it really works. But I encounter another problem: the performance is even bad that what we did former.<div><br></div><div style>From the profiling result, it's because BasicTaskScheduler::SingleStep() process at most one socket after select() returned, </div>
<div style>If we add all the socket into on scheduler, we call select() the same times with more fds in fdset, and time used by select() </div><div style>is almost linear with files in fdset.</div><div style><br></div><div style>
I've tried to select one time, and re-select() again only if we checked all fds ready, and got better performance than what we </div><div style>did early. But the design is ugly, and I'm not sure if it will works well under all the situation.</div>
<div style><br></div><div style>We BasicTaskScheduler choose a design like that? Is there any way to make live555 suitable for cope with multiple RTSP </div><div style>streams?</div><div style><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Mar 21, 2013 at 12:44 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div><div class="im"><blockquote type="cite">openRTSP create a new BasicUsageEnvironment to handle command line<br>specified RTSP, but from source code,<br>it seems that single BasicUsageEnvironment can handle multiple RTSP<br>
connections? Is there anyone have tried it?<br></blockquote><div><br></div></div>Yes, the "testRTSPClient" demo application does this.  You should use this - rather than "openRTSP" - as a model for your own RTSP client application(s).</div>
<span class="HOEnZb"><font color="#888888"><br><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>
Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Cyberman Wu<a href="http://www.meganovo.com" target="_blank"><br></a>
</div>