I have a Flex/AIR desktop application that connects a local camera and microphone to a NetStream for delivery to a Flash media server.
However, I would also like to archive a copy of the outgoing stream locally on the filesystem. Is there any access to the actual bytestream of a NetStream object (even in the dreaded mx.internal namespace) that I could turn around and feed to a FileStream for the local archive?