I need someone with an AMD card and Windows to reproduce my video playback issues (to confirm the bugreport)
-
Hi all,
Qt 6.5 and 6.6 will crash the app (or even your whole system driver) when playing mp4 files. By the looks of it Qt dev only have Nvidia cards so they cannot reproduce this issue. I was able to reproduce this with my Vega VII and 6600XT. If you happen to have an amd system and 5 minutes of free time please test this and comment under this issue: https://bugreports.qt.io/browse/QTBUG-113832
This is for my FOSS app: https://screen-play.app/
Steps to reproduce:
- You need Windows with an AMD card, Qt 6.6 or Qt 6.5. Open the project and compile.
- Download LoooopyLoop.zip attached test project: https://bugreports.qt.io/secure/attachment/142675/LoooopyLoop.zip
- Download test mp4 https://gitlab.com/kelteseth/ScreenPlay/-/raw/master/Content/wallpaper_video_nebula/mantissa.xyz_loop_072.mp4?inline=false
- Select the file and press play
- Change qputenv("QT_MEDIA_BACKEND", "ffmpeg"); in the main to windows. This will not crash, ffmpeg does.
This would help me a lot!