how to detect the completion of an .FLV file after audio capture
We are using livepkgr to capture audio with AMS Standard running on a linux server. When we close an audio capture session with:
nsPublish.attachAudio(null);
nsPublish.close();
it takes some time for the server to finish writing all the captured audio to an .FLV file. My question is how to detect the completion of this process. This is important to know because we want to move the FLV file to a more permanent storage as soon as it is complete.
Thank you very much!
