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?
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.