How do i merge an audio netstream and a video netstream into one republished netstream using flex3?
        Posted  
        
            by niedakh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by niedakh
        
        
        
        Published on 2010-03-12T15:09:29Z
        Indexed on 
            2010/04/11
            5:33 UTC
        
        
        Read the original article
        Hit count: 522
        
Hi,
I have two netstreams:
- audio published in red5
 - video also published in red5
 
Now I'm a flex3 application and I need a way to be able to attach the audio of stream 1, and the video of stream 2 to a new netstream and just publish it.
How do I do that? NetStream will only allow me to attach Camera or Microphone...
© Stack Overflow or respective owner