| Summary: | Background music and intro sound doesn't work with compris-qt-25.1-Raspberry64.sh on Raspberry Pi 4 | ||
|---|---|---|---|
| Product: | [Applications] gcompris | Reporter: | Mikael Bonnier <mikael.bonnier> |
| Component: | general | Assignee: | Jazeix Johnny <jazeix> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | mikael.bonnier |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mikael Bonnier
2025-06-08 11:07:11 UTC
Hi, thank you for the report and sorry for the inconvenience. Can you check if ffmpeg is installed on your system? With Qt6, the audio plugin changed from gstreamer to ffmpeg, so at least we need to check if ffmpeg is installed, and I'll check if we shipped correctly the plugin too. (In reply to Jazeix Johnny from comment #1) > Hi, > > thank you for the report and sorry for the inconvenience. > > Can you check if ffmpeg is installed on your system? > > With Qt6, the audio plugin changed from gstreamer to ffmpeg, so at least we > need to check if ffmpeg is installed, and I'll check if we shipped correctly > the plugin too. I have ffmpeg installed since before I installed GCompris: i ffmpeg 8:5.1.6-0+deb1 8:5.1.6-0+deb1 according to aptitude. Thanks, we have a track that maybe we miss some plugins in the package. I have to investigate more, hopefully I will have time this weekend. Sorry for the inconvenience meanwhile, we have a version between the 3.1 and 25.1 that should work and contain more recent activities too: https://download.kde.org/stable/gcompris/qt/raspberrypi/gcompris-qt-4.3-Raspberry.sh Hi,
sorry for not replying earlier. I did not manage to reproduce on my side, can you please try the following to try to help fixing the issue:
* Can you please check that you have the following packages: libavcodec, libavformat, libavdevice, libavutil, libavfilter, swscale, libpostproc and libswresample?
* Can you please run: "export QT_DEBUG_PLUGINS=1" before running gcompris and paste here the output?
* Can you please try: "export LD_LIBRARY_PATH=${PWD}/bin && ldd ./bin/gcompris-qt" inside the folder and paste here the output?
Note: a potential workaround: "export QT_MEDIA_BACKEND=gstreamer" to run with gstreamer should work.
|