I am trying to replay function calls sent to Flash Media Server in a NetStream that also contains audio data.
The data is transmitted between two live clients and recorded to the Media server simultaneously. This produces FLV files as output. So far I've had no trouble playing the audio from the FLVs, but the send data does not seem to be doing anything. I've tried to use an approach similar to the example provided here, but haven't had any luck.
http://alainthibodeau.com/blog/?p=82
Does anyone know of a better approach or have advice on how to store and replay function calls transmitted via a NetStream?