I’ve created my own instance of the player and loaded the Parkour video. I’m implementing custom UI to create and playback clips. When I do player.seek(24.979331) repeatedly by clicking a custom made button, it goes to the correct time most of the times. However, occationally it goes to around 19.95. I have logged to console the exact time that I’m seeking to, and the ON_SEEKED event handler logging the result of calling player.getCurrentTime() immediately after being triggered. Here is the output in DevTools console:
I could not reproduce this by using the Bitmovin Player UI Demo using the predefined seek function calls. But in my customized player UI, I don’t do any other function calls that should affect playback.
Is this a known issue? Do you know about any fix or workaround?
I’ve created my own instance of the player and loaded the Parkour video. I’m implementing custom UI to create and playback clips. When I do
player.seek(24.979331)
repeatedly by clicking a custom made button, it goes to the correct time most of the times. However, occationally it goes to around 19.95. I have logged to console the exact time that I’m seeking to, and theON_SEEKED
event handler logging the result of callingplayer.getCurrentTime()
immediately after being triggered. Here is the output in DevTools console:I could not reproduce this by using the Bitmovin Player UI Demo using the predefined seek function calls. But in my customized player UI, I don’t do any other function calls that should affect playback.
Is this a known issue? Do you know about any fix or workaround?