FMS 4 / AS3 - FLV not saving
Hi,
I'm really hoping someone can help me, as I'm under a tight deadline, going crazy, and not sure what is going on.
I'm trying to record video from the users webcam and play it back at a later date.
I call
__ns.publish(__fileID, "record");
to start recording. To stop recording i was calling __ns.publish("false"); but that didn't seem to be closing the nets stream properly, so now i'm trying
__ns.publish(null);
__ns.close();
that appears to be working.
However, when I look at the FMS Admin Console at the streams in app/_definst_, their types are either "NetStream" or "Live". If they were being saved wouldn't they say "Stored"? After I close the application doing the recording, the "NetStream" type stream disappears, and after a while all the "Live" typed streams are gone too. Nothing is saved.
I have no idea what is happening. I don't know if it's a problem with my AS3 code not closing the recording properly or if I'm doing something else wrong, or maybe somethgin isn't right in the FMS?
Does anyone have any info that could help?
Thanks!!!
