@6_HP_9, I tried to get inside the anthias-viewer container and run videos via VLC but there’s no audio or video. By fair bit of work, I mean trying things like installing an X server and configuring VLC to start via the X11 by setting DISPLAY to :0 (e.g., export DISPLAY=:0). Feel free to try ffplay with X11 if you’d like to explore as well.
Was there ever a resolution to this? Have just a video on a Raspberry Pi 5 and its pinning CPU - exactly same results as above. Would currently make me want to only run static assets to avoid CPU/fan spikes.
(Thanks in advance - otherwise an absolutely cracking bit of software and very appreciative)
@vinividivici, we’re still in the process of resolving other bugs that might be connected to or that might affect this issue. However contributions are always welcome if you have something in mind.
This should be much better now. The high CPU during video came from the old way the player handled each frame, copying it through the CPU before showing it. The video path was rebuilt to draw frames directly on the screen instead (#2975), with frame pacing added in #3006, which removes that heavy work. Please update to the latest release. Marking this as solved. If CPU is still high during video on the latest, let us know your setup.