OK I'll take a look at a system to pre-generate for new files or files with no meta file while the server starts up ..
Thanks heaps. Ben H Kram wrote: > Dan, > > >> Is this in java ? Maybe it could be run onappstart. ? >> > > It is java. I just did the same calls the system does. The code looks > something like this: > > Let "String path" equal the path to an FLV without a meta file: > > File flvFile = new File(path); > FLVReader reader = new FLVReader(flvFile, true); > FileKeyFrameMetaCache cache = new FileKeyFrameMetaCache(); > cache.saveKeyFrameMeta(flvFile, reader.analyzeKeyFrames()); > > Hope this is helpful, > ben > > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
