Haha! Yeah the orange sepia style effect is done all on the client side. It was created for my wedding this past fall, and well we had an orange theme going on, so it made sense. This effect was done using the ColorMatrix class and MovieClip.attachBitmap().
To get what you want, take a look at this class: http://svn1.cvsdude.com/osflash/red5/java/server/trunk/swf/DEV_Source/classes/org/red5/samples/messagerecorder/Recorder.as The videoBitmapContainer:MovieClip property is the orange thing that you are seeing. Just get rid of references to it and make the videoContainer:MovieClip visible and positioned where you want it to be. Right now it's set to be way off the screen: videoContainer._x = -1000; I hope that helps. -Chris On 3/6/07, Dominick Accattato <[EMAIL PROTECTED]> wrote: > thats strange, and i don't know the answer > > > > On 3/6/07, Matthew Smith <[EMAIL PROTECTED]> wrote: > > Hi, > > > > when I record a VideoStream with the Red5 MessageRecorder, the live playback > > picture is tinted orange. The recorded Stream looks normal. > > How can I remove the orange from the live playback view in the > > MessageRecorder? > > > > Regards > > > > Matthew > > > > > > _______________________________________________ > > Red5 mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > > -- > Dominick Accattato, CTO > Infrared5 Inc. > www.newviewnetworks.com > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
