https://bugs.kde.org/show_bug.cgi?id=457687
Tobias Fella <fe...@posteo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/neochat/commit/7dfac8a9 | |f7ac8cca06577d829f52b22a638 | |13a3d --- Comment #2 from Tobias Fella <fe...@posteo.de> --- Git commit 7dfac8a9f7ac8cca06577d829f52b22a63813a3d by Tobias Fella. Committed on 26/08/2022 at 18:37. Pushed by tfella into branch 'master'. Fix audio playback Since the preparation for encrypted events landed, audio playback was broken since QtMultimedia (gstreamer) doesn't use our custom QNAM. Instead of letting QtMultimedia download the media, we thus need to manually download it and point QML Audio to the local file. On the positive side, this also allows encrypted Audio files to be played and enables us to seek in the audio delegate :) It does however mean that we do need to do an annoying bit of manual state management. M +71 -18 imports/NeoChat/Component/Timeline/AudioDelegate.qml M +1 -0 src/messageeventmodel.cpp https://invent.kde.org/network/neochat/commit/7dfac8a9f7ac8cca06577d829f52b22a63813a3d -- You are receiving this mail because: You are watching all bug changes.