rerun-io / rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
https://rerun.io/
Apache License 2.0
6.27k stars 297 forks source link

Unsupported video codec results in black frame #7488

Closed emilk closed 38 minutes ago

emilk commented 3 hours ago

There is a log message, but no on-screen message:

Image

ERROR: [re_renderer::video::decoder::web] re_renderer/src/video/decoder/web.rs:421: failed to decode video: NotSupportedError: Codec is not supported

emilk commented 2 hours ago

Cause is this:

https://github.com/rerun-io/rerun/blob/084b76944bd86817bf3e1ab3947476ba0b306f28/crates/viewer/re_renderer/src/video/decoder/web.rs#L418-L423