Manuel Raynaud
Manuel Raynaud
You should maybe update the changelog ?
The event we can listen with videojs is `timeupdate`. We already use it to sync transcript with the video: https://github.com/openfun/marsha/blob/89bfe3dacf4a7d68365596f8b62daffdebd8c858/src/frontend/Player/createVideojsPlayer.ts#L173-L178
You can remove the release commit, this will be done in another PR and your commit is incomplete.
This retry strategy is not related to the rate limit. We have to handle the rate limit error in the marsha backend
And what about implementing a websocket ? We don't poll anymore the backend but the backend will notice the front when an object is ready ?
Also remove all API polling. Today when we want to update an object state (video, documents, TTT, etc) we have to fetch the api and polls it. We also have...
And this issue must be made in multiple PRs.
> You could also call the back when the front runs out of video chunks Yes we have to check with videojs if we can detect this
https://docs.aws.amazon.com/medialive/latest/ug/id3-metadata.html https://docs.aws.amazon.com/medialive/latest/ug/id3-segment-tag.html
Managed in #2061