You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
I'm trying to write my custom html js player to work with webchimera and currently having trouble with the time progress. In order to implement a progress bar, I would need to reply on the input.time (or input.position) property of the player. The idea is that value would be updated everytime the onFrameReady event return a frame but it is not indeed. There were only two ouput values throughout the whole process which is 0 (for the first 10 frames roughly) and then 250.
Does anybody know if something is wrong with the library?
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to write my custom html js player to work with webchimera and currently having trouble with the time progress. In order to implement a progress bar, I would need to reply on the input.time (or input.position) property of the player. The idea is that value would be updated everytime the onFrameReady event return a frame but it is not indeed. There were only two ouput values throughout the whole process which is 0 (for the first 10 frames roughly) and then 250.
Does anybody know if something is wrong with the library?
Thank you.
The text was updated successfully, but these errors were encountered: