all groups > macromedia flash flashcom > september 2007 >
You're in the

macromedia flash flashcom

group:

record multiple audio streams


record multiple audio streams Peter217
9/29/2007 12:00:00 AM
macromedia flash flashcom:
Hello

I'd like to make a voice chat software that can record all audio streams in one flv file. Is it possible with FMS 2?

Thank you for the answers:
Re: record multiple audio streams wsarris
9/29/2007 10:01:30 PM
Hello Peter,

Using the server NetStream object, create a new server stream and give it a
name, e.g. master:

ns = Stream.get("master");

Then start it recording with the instruction to append all the new recordings:

ns.record("append");

Then call the play method of the NetStream with each new publishing stream and
a second parm of -1 to indicate live recording:

ns.play("pubstream1",-1);

ns.play("pubstream2",-1);

When you want to stop recording call:

ns.play(false);

These are the basics. Post back if you need more.

Bill



Re: record multiple audio streams Peter217
10/3/2007 8:38:44 PM
Hello

Does this nc.record("append") record simultaneusly multiple audio streams? I
mean not after each other, simultaneusly. So when 3 people are talking, you
playback 1.flv file and you hear that 3 voice together. Is this possible with
FMS2?

Thank you
Peter


Re: record multiple audio streams myMacromediaScreenName
10/15/2007 4:07:01 AM
Re: record multiple audio streams myMacromediaScreenName
10/19/2007 1:41:45 AM
Bill, anyone?

Re: record multiple audio streams StarCloud
10/23/2007 4:41:36 AM
Hi.. thanks to any kind of help in this forum.

I am learning to upload flashvideo onto site with rtmp..
have already downloaded n activated FlashMediaServer.

What's the next step?

Thank you.

AddThis Social Bookmark Button