We are using the AVPlayer in the Xamarin tvOS app. We are using HLS streaming with Fairplay DRM on the AVPlayer for the live streaming with DVR buffer (expected forward/rewind).
The seek bar alignment is not consistent as it changes its position (expected to start buffer from the start position on seek bar).
We are facing an issue that if we pause (when having sufficient buffer) and move back or forward (say 5-6 minutes) the paused position on the seek bar jumps to another position and then jumps back to the time we selected with the buffer position with changing the position of buffer.
For example:
If we paused the video and seek rewind to position A, it jumps to position B and then again jumps back to position A and starts playing.

Thank you very much in advance.