Am Montag, den 06.03.2006, 18:23 +0100 schrieb [EMAIL PROTECTED]: > yes, im talking about actual interframe keyframes. > > my original idea is to stream flvs with PHP (as seen on some flashblogs). > Therefore i need keyframe + filepositiondata, so my php script can read the > file from position X (referring to timestamp Y).
FLVTool2 already can do this: flvtool2 -Ci 1200 your.flv pipe This command will pipe the flv file from timestamp position 1200 (miliseconds) to stdout. You can capture the output in PHP and redirect it to the remote flash application. > i havent played much with FLVtool2 yet, so sorry for my quick question > 8without testing stuf myself throughoutly). > > Also, i just realized that a new RC is aviable. DO you provide a changelog? http://svn.inlet-media.de/svn/flvtool2/trunk/CHANGELOG -- Norman Timmler http://blog.inlet-media.de _______________________________________________ Flvtool2-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/flvtool2-users
