Closed gaetancollaud closed 4 years ago
If its an an Edge event streamed through Evostream it is impossible to seek without restarting the stream. So that could be the explaination. Possible that there's 1 play & 2 seeks?
We use evostream indeed, but it was a cloud recording. And I seek only once. The first two events were trigged at the same time. The third event is after the seek. I you check the currentTime you will see that the first and second event are separate by less than 10ms. The third is after the seek and the currentTime is more than 23sec, which is correct.
Scheduled recordings to cloud are chunked so it might be part of another chunk? Can this be reproduced with other events as well?
No it was not part of a new chunk. I checked again and the 3 events are trigged every time.
If you want I can grant you an access on one of your integration platform to see by yourself.
Alright. I'll investigate.
Did you find something ?
Hi,
When I play a stream, I receive multiple streamStarted events. See log below:
I used the streamStatus() method.
The third one is trigged when I seek (because when the stream started I directly seek to the time I want the video to play).
Do you have any clue why I receive so much time this event ?
This issue may be linked to #167
Best regards