hey guys, i’m having a bit of a problem here and i thought you might help…
i need to play two FLVs continuously one after the other - you might think it’s an easy task, but every time i try to do that there is this annoying gap between the videos that flickers, and it’s have to be seamless!
the ON_COMPLETE event worked poorly, so im sampling the playheadTime of the first FLV and test it for it’s end, minus a certain offset value… but the lag is still there. (!)
i ever rewrote the FLVPlayback component to my own NetStream object extending, hoping it will take less run-time memory consuming but noting…
and the thing is, the lag sometimes happens, and sometimes don’t…
when trying to sample the gap it brings me different values every time, but there is no way to correct it, because changing the playheadTime causing a random, few milliseconds lag itself, and we are back to square one…
please help, i’ve been staying up for quite few nights over this problem…
any suggestion?