Description
We use the selenium/video recorder to record browser videos. These are then stored in a GCP bucket and embedded into our html test report. I noticed that you cannot skip forward.
This also applies when the video content is fully loaded and in the browser cache. Even when opened in a new tab and using native browser controls, the same issue is there.
Only when downloading and using a player like VLC, it behaves like it should since VLC fixes this. With our previous grid solution, this was not an issue.
Is there a way to change the video format so this does not occur?
Reproducible Code