antiboredom / ffmpeg-explorer

Create and render complex ffmpeg filtergraphs in the browser.
https://ffmpeg.lav.io
444 stars 17 forks source link

Rendered video doesn't play until you seek in Firefox #8

Closed dhasenan closed 1 year ago

dhasenan commented 1 year ago

Linux, Ubuntu, Firefox 116.0.3-canonical-002.

Render the video, click the play button: the play button turns into a pause button but the video does not play. The progress bar does not advance.

Then, use the progress bar to seek: the video seeks properly, and when you stop seeking, it plays from there.

Basically, you need to seek for the video to actually work, but then it works normally, and everything else works right.

antiboredom commented 1 year ago

Yes - I've noticed this as well - I need to do some more testing to figure out what's causing the issue. Thanks for posting this.

antiboredom commented 1 year ago

I think this should be fixed now. I did a less-than-ideal little hack to auto-seek after the video finishes rendering.