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:
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
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
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.
Don't see what you're looking for? Try a search.
|