<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="Open WebMail 2.20 20031014" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>

<font size="2">I don't think that's entirely fair. We've seen deployments of rtpproxy with several thousand streams (compared to a few dozen on mediaproxy). The biggest problem, of course, becomes that then you're into the gigabits of bandwidth realm.... which gets pricey. 
<br />
<br />The biggest differences between mediaproxy and rtpproxy: 
<br />
<br />mediaproxy:
<br />-written in python
<br />-uses DNS srv records to allow you to distribute the load onto multuple servers regionally, geographically, etc. 
<br />-has a nifty web interface to let you look at statistics of the server (ongoing streams, etc). 
<br />-can't handle a WHOLE lot of streams per box
<br />
<br />rtpproxy:
<br />-written in C
<br />-doesn't handle distribution of load (for this, you'd need to do some tricks with load balancing on your own -- local, or geographical load balancing. Not easy, but possible). 
<br />-doesn't have any sort of useful interface to gather information about the server and what it's doing
<br />-handles a LOT of streams on a decently-powered box
<br />
<br />
<br />There are limits to both, of course. You're best off limiting the number of users who require the use of mediaproxy or rtpproxy with some effective coding and standards (in reality, the ONLY people who should be using it are people who are connecting via a symmetric NAT) to avoid bottlenecks. 
<br />
<br />Like ANY thing else in the massive deployment world, there is always a bottleneck in any SIP scenario, but also like any other massive deployment, you need to analyse your particular environment and decide what works best for you to minimise the bottlenecks using good network design, not just good software. 
<br />
<br />
<br />N.
<br /><b>
<br />
<br />On Sun, 10 Sep 2006 18:26:57 -0400, Script Head wrote</b>
<br />&gt; Mediaproxy is more mature but rtpproxy can handle greater load. IMHO both aren't truly fit for the job and consume too much CPU to be useful on large scale.
<br />&gt; 
<br />&gt; <span class="gmail_quote">On 9/10/06, <b class="gmail_sendername">
vijay tiwari</b> &lt;<a href="mailto:vijay11tiwari@yahoo.com">vijay11tiwari@yahoo.com</a>&gt; wrote:</span><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">

<br />&gt; 
<br />&gt; hi  
<br />&gt;    
<br />&gt;    
<br />&gt; what is the deference between rtpporxy and mediaproxy  
<br />&gt;    
<br />&gt;    
<br />&gt; with regards
<br />&gt; <span class="sg">  
<br />&gt;  
<br />&gt; 
<br />&gt; <em><font size="4" face="times new roman" color="#0000ff">Vijay Tiwari</font></em>

<br />&gt; <em><font size="4" face="times new roman" color="#0000ff">Network Admin</font></em>

<br />&gt; <em><font size="4" face="times new roman" color="#0000ff">Sachitel Communications</font></em>

<br />&gt; <em><font size="4" face="times new roman" color="#0000ff">Noida(U.P.)</font></em>

<br />&gt; <em><font size="4" face="times new roman" color="#0000ff">M- 09871633711</font></em></span>
<br />&gt; <span class="ad">
<br />&gt;  
                
<hr size="1" />Do you Yahoo!?
<br />&gt;  
Get on board. <a onclick="return top.js.OpenExtLink(window,event,this)" target="_blank" href="http://us.rd.yahoo.com/evt=40791/*http:/advision.webevents.yahoo.com/mailbeta">You're invited</a> to try the new Yahoo! Mail.

<br />&gt; </span>
<br />&gt; _______________________________________________
<br />&gt; Serusers mailing list
<br />&gt; <a href="mailto:Serusers@lists.iptel.org" onclick="return top.js.OpenExtLink(window,event,this)">Serusers@lists.iptel.org
</a>
<br />&gt; <a target="_blank" href="http://lists.iptel.org/mailman/listinfo/serusers" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.iptel.org/mailman/listinfo/serusers</a>
<br />&gt; 
<br />&gt; </blockquote>

<br />
<br />
<br />
</font>
</BODY>
</HTML>