Vanessa schrieb: > I need to store the file captured first, do some fun effects on flash > client side, like add some text objects, and then upload the final > result to the server... @[EMAIL PROTECTED] woooo seeems so hard to do... > > > i dont know if i did get you right but... u would like to make some texteffects and other stuff like "pseudo"-morphing on it?
if its so may u could try out a alternative solution. u can store the steam as u would like to usual do it unchanged and u can set a movieclip in front of the displaying stream clientsided. u could use a shared object to transfere datas like textinformations, or even if u would like more graphic effects you could clientsite convert the streamobject with "bitmapdata draw".into a movieclips and do some effects on it. (bitmapdata is available in flash 8 but i read that some people had problems capturing on2 codec flv from fms with flash 8 and bitmap.draw but for actionscript 3 it should work. http://www.flashcomguru.com/index.cfm/2005/8/26/Taking-video-snapshots-from-a-live-webcam-feed(webcam)...(flash8 example) http://livedocs.macromedia.com/flex/2/langref/flash/net/NetStream.html#checkPolicyFile (actionscript 3 documentation) for effects... http://flash8.betaruce.com/ the stream itself would stay originaly , u wouldent need to do much server side (java) coding, just make ur stream and the in front laying text-effect-movieclip sychnronized, or even clientsided convert the streamobject and do some effects on it. or may a just overlaying displacemantmapfilter would be enough? than u could also save cpu resources because u dont need to convert the stream just use a blendmode to add the effect to the stream by overlaying it.the effects itsefs need also much cpu resources in between to a just only "text-logo-skin" which wouldent need much resources. may it helps u anyway greetz Sascha _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
