Skip to main content
calmchessplayer
Inspiring
October 27, 2009
Answered

record audio from seperate netstreams

  • October 27, 2009
  • 1 reply
  • 576 views

I have two audio streams on the same client ....i need to record both streams in a single flv file.................can this be done?

the below stub is for visual purposes.

stream0 = new NetStream();

stream0.publish("pub0");

stream0.attachAudio(mic0);

stream1 = new NetStream();

stream0.publish("pub1");

stream0.attach.Audio(mic1);

    This topic has been closed for replies.
    Correct answer Asa_-_FMS

    Unfortunatley FMS can't perform this kind of operation.  You're going to want to look for an FLV editing tool that can take two FLVs and merge them into one.  You may want to try the FlashComGuru site as they may have experience with performing a similar transformation.

    Asa

    1 reply

    Asa_-_FMS
    Adobe Employee
    Asa_-_FMSCorrect answer
    Adobe Employee
    October 27, 2009

    Unfortunatley FMS can't perform this kind of operation.  You're going to want to look for an FLV editing tool that can take two FLVs and merge them into one.  You may want to try the FlashComGuru site as they may have experience with performing a similar transformation.

    Asa