Pietro Zanella
Pietro Zanella
Hi @kkocdko! Your SRT file is not valid, I've used a [free tool](https://taoning2014.github.io/srt-validator-website/index.html) to validate it and I've received a `Parse Error` caused by an invalid time stamp. This is...
Hi @swashbuck, I created a new PR to fix video links and controls within `demo` and `build` folder. Please, let me know.
Hi @tbaddade, I’ve reproduced the issue and fixed the parseText() function in #1716. I’ve tested it, and I’m not having any problems with the SRT format. The issue is caused...
Hi @arbisoft-qaisarirfan, I've reproduced your issue by creating a simple Next.js app (you can find [here](https://stackblitz.com/edit/stackblitz-starters-vg837mna)). I was able to resolve it by improving the `exitPictureInPicture` function. I tested it...
Hi @Gilsz , I've been able to reproduce the issue by following these steps: - create an external button to change the `currentTime` programmatically, for example: ``` Seek to 0...
Hi @justin-oh, I've created a PR (#1721) for simple typo fix. Let me know - thank you!
Hi @natesct, I've reproduced the issue on MacOS Sequoia 15.7.1 and Firefox 144.0.2 when running locally. After several manual tests, I found the cause: the problem is triggered by the...
Hi @wplit, thank you for your feedback. I’ve reproduced this issue when running the React sandbox locally. I clicked the settings button — the component was mounted, but it wasn’t...