It seems like this conversation is somewhat at cross-purposes.  Martin discusses the general case of multicast from an arbitrary client through an access point serving many clients with a mixture of multicast and unicast traffic.  Well known performance problems result.  However, Geza proposes a special case (perhaps).  In a classroom, it would be nice to be able to have a &quot;projector&quot; to send a stream of video to the stations within that classroom.  Now, not every school could have extra hardware for this purpose, but I think many could, just as our schools of yore had that funky projector that got rolled into the classroom on the morning when our teacher wanted us to see (or sleep through :-) a movie about something or other.<br>
<br>What might be interesting is to consider the possibiliity of connecting the projector client via a USB ethernet connector to a separate &quot;multicast&quot; access point, that the receiving clients associated with for the time of the &quot;movie&quot;.  This allows the originator of the stream to use a wired connection to the AP, the AP to be chosen and configured to optimize multicasting, and the whole thing to be somewhat isolated from the unicast traffic happening elsewhere.<br>
<br>Not sure if this is workable, but some reading of the papers about multicast performance issues on the Intertubes suggest it might be promising.<br><br><div class="gmail_quote">On Sat, Apr 11, 2009 at 3:07 PM, Geza Kovacs <span dir="ltr">&lt;<a href="mailto:gkovacs@mit.edu">gkovacs@mit.edu</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;">Since you apparently have more experience with multicasting over<br>
wireless I&#39;ll assume it&#39;s not a realistic option in this context<br>
(though it might nevertheless be an interesting experiment to try if<br>
have spare time over the course of GSoC after finishing a<br>
unicast-based implementation).<br>
<br>
Returning to unicasting and simply limiting net bandwidth usage, as I<br>
understand the &quot;slowest client sets the speed&quot; issue with the access<br>
node switching to Mode1 for broadcast applies only to multicasting. If<br>
I have the XO send the video in a single UDP stream to the central XS<br>
server (which as I understand has a wired connection to the AP), then<br>
have those streams be individually relayed by the XS over the AP to<br>
each designated viewer in over unicast UDP, then as I understand the<br>
AP will be able to operate near its 56 Mbps net throughput limit,<br>
which, factoring in the fact that the effective throughput will be<br>
decreased due to noise and that my application of course can&#39;t hog all<br>
the bandwidth and airtime, means that I will have around 20 Mbps<br>
available for unicasting to all clients.<br>
<br>
Rather than limiting the number of viewers as I originally proposed, I<br>
believe that automatically limiting the framerate of the broadcast<br>
based on the number of viewers will be a better way to scale for<br>
larger numbers of viewers - that is, once the broadcaster gets to the<br>
&quot;broadcast&quot; stage and selects the intended viewers, then based on the<br>
available bandwidth and network congestion, then an ideal framerate is<br>
calculated out and the stream is encoded and broadcast to all of the<br>
viewers at that framerate. Given that the most interest has been<br>
expressed over the remote desktop broadcasting feature, and given that<br>
there&#39;s rather little motion overall on a desktop broadcast, the<br>
desktop activity should still be easily viewed at very low framerates.<br>