On Tue, 2006-11-14 at 10:46 +0100, Storm wrote: > > Ok guys, don't get mad on me because of this question, i'm pretty new > to actionscript and flash.
Use Flash Media Server client side AS documentation, it's all true for Red5 because client side is always the same. > Now... Camera.setQuality() and Camera.setMode() methods are only a > matter of the client-side right? there's no differences with wich > server is in the other side of the wire right? The flash player will > capture the cam with the settings assigned and then send that to the > server? This should be evident for most of you but i'm not sure of > anything these days. Correct > Anyway any aditional ideas to control the bandwith for streaming apps > (client and server sides) is welcome! What about the audio, are there > any method to set it up? Microphone class at client side gives you Mic objects to capture sound. For server-side bandwidth look for IFlowControllable#setBandwidthConfigure In your case the implementation you need is ClientBroadcastStream. -- Michael, Zillions miles of Rails : www.rubyonrails.org Adobe Flex wiki in Russian : flexwiki.novemberain.com _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
