>> *"Luke Hubbard ([EMAIL PROTECTED])" <[EMAIL PROTECTED]>* wrote: >> >> I dont think fcs does either, although to be honest im not sure. >> Adding keyframes is the job of the encoder normally. >> >> Re: nik, are you using simpleboradcaster and simplesubscribe or code you >> have written? There is a way to set the keyframe interval I think. >> >> -- Luke >>
what you need is: detect the last keyframe from the actual timecode, collect all frames to a buffer and encode with (h.263 or vp6) to a new full-keyframe. flashcom and vcs from onlinelib is able to do this cause these server had encoder/decoder.support. it is possible to include ffmpeg to red5 for h.263 encoding, but i dont know how to include a c lib in java. for vp6 encoding there is no open-source solution at the moment. and dont forget the legal rights for including patent protected codecs. please correct me when iam false. regards tom _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
