Re: [Flashcoders] FLV CuePoints - discrepancies between CuePoint time and actual time

2007-05-18 Thread Jon Bradley
How are you inserting the cue points? If you are not embedding the cue points directly into the file, then your callback will only happen on the previous, closest key frame. Also, Sorenson has had issues in the past with mis-aligned cue points and keyframes. I stopped using it altogether a

[Flashcoders] FLV CuePoints - discrepancies between CuePoint time and actual time

2007-05-17 Thread Martin Tremblay
Video newbie! I inserted multiple CuePoint into a flv. The problem is when onCuePoint is call on the netstream, is it not being called directly on time, but almost a full seconds before the actual cuepoint time. Example: My first cuepoint is at 7.40, but when the onCuePoint handler is called