Fast forward - rewind functionality with flvplayback

Hello,

i want to add fast forward - rewind functionality with flvplayback.

i tried with on enter frame call to seek method until end of video (for fast forward) or until time is 0 (for rewind), problem is playheadtime get updated properly but frame doesn’t display in sync with time. (also tried in exist frame and onSeeked event)

also tried to use flvplaback.ncmanager.videoplayer.nsstream’s buffer property and step/seek method, still not working properlly.

on fast forward/rewind i make video to pause.

how to do make it working properly? also how to do buffer to work properly?

Thanks,
Vishal Parekh