Hi
I would just like get some insights to why is seeking in reverse is slow (takes a while to load the video).
Hi
I would just like get some insights to why is seeking in reverse is slow (takes a while to load the video).
Hi @hardknockrabbit , thanks for your question. Can you please elaborate more to help understand the behaviour.
In general, one potential difference between seek forward and seek backward is the buffered media. Normally players buffer audio/video ahead of playback, so small seek forward requests are handled from the buffered data, leading to faster seek handling.
Where as for seeking backwards, the amount of back ward media buffer kept by player is small or 0, so almost every seek back will result in a network request to fetch the audio/video media corresponding to seek point. The required network requests results in comparatively longer seek time. But this should be true for forward seek positions beyond the buffered media duration.
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.