wang-bin / mdk-sdk

multimedia development kit. download:
https://sourceforge.net/projects/mdk-sdk/files/
289 stars 32 forks source link

Crash on Debian 12 #171

Open pierrexn opened 10 months ago

pierrexn commented 10 months ago

When trying to play a video file, my app crashes on a fresh Debian 12. The bin tools from mdk package works... It's the same with 0.23 & 0.24.

Here is the logs, and stack. Do you have an idea? logs.txt

Capture-1

wang-bin commented 10 months ago

glfwplay works? I need that log. Is it x11 or wayland?

pierrexn commented 10 months ago

glfwplay works, it's wayland

wang-bin commented 10 months ago

what about glfwplay log?

pierrexn commented 10 months ago

logs.txt

wang-bin commented 10 months ago

you are using software decoder in glfwplay. to test vaapi: glfwplay -c:v VAAPI a.mp4

wang-bin commented 10 months ago

you are running software opengl. are you in a vm or no gpu driver installed? i also need the output of vainfo -display x11

pierrexn commented 10 months ago

yes it's a VM, but it seems the same crash for user on OpenSUSE Tumbleweed KDE

wang-bin commented 10 months ago

what about vainfo -display x11?

pierrexn commented 10 months ago

Capture-1

wang-bin commented 10 months ago

vainfo does not crash, it's weird. run glfwplay -logile va.log -c:v VAAPI test.mp4

pierrexn commented 10 months ago

Whe using VAAPI, no more video, here is the logs va.log

wang-bin commented 10 months ago

yes but no crash, it's expected. i don't known why crash in qt app