User Emil Tamas - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T07:18:15Z http://stackoverflow.com/feeds/user/63614 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1152739/best-audio-video-solution-for-a-site/1334396#1334396 3 Answer by Emil Tamas for Best audio/video solution for a site Emil Tamas 2009-08-26T12:40:58Z 2009-08-26T12:40:58Z <p>FMS is not peer to peer to this date, therefore you'll always pay for the bandwidth as long as you're not going P2P. </p> <p>Flash Player 10 has these capabilities built in, but Adobe is yet to provide FMS that is P2P capable, beside the "hosted beta" called Stratus where Adobe makes even more confusion, making it unclear whether you can release a commercial application or not under the hosted Stratus server, rendering all these features useless (these are the "advantages" of proprietary, obscure protocols, close minded companies).</p> <p>And that's FAR from being all that will stop you from investing your first $$$ in a FMS license! Beside the protocol issues, Adobe doesn't provide an open API Achoustic Echo Canceler within Flash making the audio communication extremely painful, unreliable, specially without headphones, not to mention the network latency causing seconds of audio delays. The <a href="http://bugs.adobe.com/jira/browse/FP-273" rel="nofollow">AEC is there</a>, but it's only to be used by the Acrobat conference services (same for screen sharing).</p> <p>I don't know about Java based solutions - I suppose you'll be hit by the poor JRE penetration on PCs nowadays and the long antipathy for applets but that might do better than anything from Adobe in the end!</p> http://stackoverflow.com/questions/37043/flex-mvc-frameworks/523338#523338 2 Answer by Emil Tamas for Flex MVC Frameworks Emil Tamas 2009-02-07T06:58:42Z 2009-02-07T06:58:42Z <p>@Neil Middleton - If someone hires me because "I know Cairngorm" and I accept this as a requirement, it means I have the wrong employer and/or the wrong attitude.</p> <p>We use Mate since a couple of months now after initially evaluating Cairngorm. The short learning curve, the simplicity and the elegant way of staying unobtrusive makes Mate excellent for almost everything.</p> <p>I agree with all the points raised by Theo but there's one more thing: Mate actually manages to <em>force</em> the developers learn good practices in terms of architecture whereas Cairngorm doesn't. I've interviewed a couple of Flex candidates that stated "we used Cairngorm in our projects" but, when I asked them about the reasoning, beside being enforced by the company, nobody actually understood why they should use it and how is that in their advantage. </p> <p>Having a developer taking things for granted is another reason why any company should think twice before employing somebody. Personally, I like people that fight for their reasons.</p> <p>I don't know how Mate starts a developer's appetite for learning patterns, perhaps it's a magic combination of many things, but I know for sure that I haven't seen this steady-happy culture around any other framework. It's almost hippie :) (or perhaps it's just Laura's voice in her screencasts - j/k ).</p>