I have tried to upload an mp4, 720p video on Anthias player using Raspberry Pi 5. The FPS is very low (around 15-20 FPS). How do I fix this issue? The Pi 5 was connected to a Haier 65’ TV using standard HDMI port and a cooling case. As you see, it doesn’t really utilize the whole RAM. How do I improve the FPS?
@danonchik, let me check this one. How did you install Anthias on your Raspberry Pi 5?
If you installed Anthias on top of Raspberry Pi OS Lite, have you tried increasing the shared memory (SHM_SIZE in bin/upgrade_containers.sh)? If you are to adjust the value of SHM_SIZE, you could re-run ./bin/upgrade_containers.sh.
@danonchik, have you tried updating /boot/firmware/config.txt and modify gpu_mem_1024 or gpu_mem (if the former doesn’t work) to a higher value? Make sure to reboot the device after changing the config.
I do have the same problem. I installed Anthias over Raspi OS Lite 64 bit and everything works fine until the video playback. The video plays with low fps. I tried to increase “gpu_mem_1024=512” and changed “export SHM_SIZE_KB=“$(echo “$TOTAL_MEMORY_KB” * 0.3 | bc | cut -d’.’ -f1)” to “export SHM_SIZE_KB=“$(echo “$TOTAL_MEMORY_KB” * 0.6 | bc | cut -d’.’ -f1)”.
A 720p video plays well, but 1080p has low fps.
But the video playback is still with low fps. Any ideas what may cause the problem?
I edited the `/boot/firmware/config.txt` an added `gpu_mem=2048`. After a reboot there was no change in the video playback. Low fps as before
Edit: I’ve installed VLC-Player on the raspi an played the file with hardware acceleration. The video played well with full fps. Is there an option in anthias the enable hardware acceleration?