I am using videojs in my web based tizen tv application for playing hls streams. I have seek feature on the videos where I set the currentTime to the user seeked time. Setting the currentTime(n) brings the video to n-2 or n-3 timestamp.
While same implementation works fine on latest chrome browser, this issue is observed sometimes in tizen 4.0 and similar versions. This might be due to the old chromium version on samsung tv.
I have searched about it but couldn't find any solution to this issue. I would highly appreciate any help around this.