12/27/2010 11:28:45 PM
Title:
Meta files created after few days in Red5 server
I have a audio recording app developed in Flash. Files get created as .flv in streams folder. When I run the app in my local machine using IP address or local host.. the app behaves absolutely fine(i.e I am able to record and hear the playback when i click on the playback button. But the real problem arises when I shift this app to the remote server. Files are getting created in the remote server while recording but when I click the playback button, meta file is not getting generated immediately. I have observed the meta file getting generated after a period of 2 days or 5 days. I am absolutely clueless as to why this is happening. Can someone help me with this.
12/28/2010 1:43:10 AM
you should try unloading the application from the FMS server. It happens sometime because some of the data is cached in the server memory and is written on the harddisk when it reaches some particular size or when the application is unloaded. In case of fso files you can use the flush to write the data to harddisk immediately.