I am seeing unexpected behavior where when I try to seek in the bitmovin player it shows the buffer section after the cursor on my player seekbar. I am using SmpteController to calculate the SMPTE timecode and I am thinking because of this it’s not showing the correct value. I checked the FrameAccurate demo from Bitmovin and there it shows properly.
I applied same config as from the Bitmovin Frame Accurate demo but still I am seeing this issue. Please share inputs / suggestion to identify the issue.
Attaching Image here for reference. As you can see my cursor is shown at specific point but it seeks to couple of seconds after the cursor where it shows “07:15” as tooltip. Due to this issue, SmpteController to calculate the SMPTE timecode is not matching with the time shown by the player.
I am not able to figure out why when I integrate bitmovin player in my application I see this issue. Any pointers or suggestion will be really helpful.
To me, this seems like a UI glitch. Do you have any additional CSS in your application that could affect the positioning calculation on the seek bar? Maybe you could compare the CSS styles from your application and our demo to see if there is any difference.
Thank you for the inputs David. I don’t think there is any application css that could affect the Bitmovin player. But I will double check just to be sure.