I've recorded multiple audio and video streams in a conversational manner. Now I want to play those recorded stream in the same manner but they are not synchronized at all though I play them at the exact time at which they were recorded. I've tried with different values for bufferTime (client side NetStream class) or by manually playing and pausing the streams when any of them starts buffering but I'm still not able to sync them. Is there any way (built-in or manual) to play multiple streams with perfect synchronization? Thanks