A few questions
Hi, we're well underway to getting a good solution using FMG and FMS and have already bought licenses, but I have a couple questions.
1) What format are the .raw and .nm files that FMG can play in the playfile workflow? I assume .nm is some form of nellymoser, but what container? I tried using nellymoser audio inside a flv container and it was garbled. What can be used to record these files?
2) I can't seem to proxy a recorded stream to a call leg. Whenever I set it up using the following code, I only hear the last second of audio on the phone:
this.tempstream = Stream.get("newstream");
this.tempstream.onStatus = function(info) {
trace("tempstream fun: " + info.code);
}
LegService.pushNewStream(legid, "newstream");
this.tempstream.play("recordedfile", 0);
I have tried playing with the buffer time and start position and it seems to slightly change things, but I never get usable playback.
That's enough to start, thanks in advance for any tips.
