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

-- 
Benjamin H Kram
[EMAIL PROTECTED]
617.998.8592

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to