rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
6.7k stars 341 forks source link

Ensure ffmpeg process has ended on decoder shutdown #8042

Closed Wumpf closed 3 weeks ago

Wumpf commented 3 weeks ago

What

There's two critical issues leading up to this:

This unfortunately can reintroduce hickups on seeking backwards. This is more telling about our poor decode strategy for backward seeks than anything else. Something we'll have to tackle in the near future.

Checklist

To run all checks from main, comment on the PR with @rerun-bot full-check.