vcombey

Results 3 issues of vcombey

video_reference.current.currentTime = 560 on my video cause the video to load indefinitely but the video plays well from the beginning. It occurs on chrome, firefox is fine. ``` playerOptions =...

needs: reduced test case
outdated

I use the french pretrained model and the English pretrained model I don't get any TextGrid file output when the first word is missing from the transcription for example or...

I instantiate videojs like that let playerOptions = { "preload": 'none', "sources": [{ "type": 'application/x-mpegURL', "src": 'https://***.eu-west-3.amazonaws.com/' + '/stream.m3u8' }], }; var player = videojs(video_reference.current, playerOptions, () => { player.load()...