Eugene Kuznetsov wrote: > JS> You will need some fairly complex heuristics to work around this - I > JS> don't think I am going to go through the effort, but if anybody else > JS> wants to, feel free! > > What if you decrease the sensitivity of dropper? For example, if it > starts dropping frames not after 2./framerate, but after, say, > 5./framerate. It can potentially introduce sync problems, but they'll > be very small - up to 200 ms for framerate=25 ms. This will complicate the decisions on which audio data to pass for a given video frame. Many players don't like the audio data getting out of synch (even temporarily) with the video. -justin