SUMMARY STEPS TO REPRODUCE 1. Connect to a Mastodon account on Tokodon 2. Find a post with a video 3. Play the video OBSERVED RESULT No sound and there is no sound button on the video player EXPECTED RESULT There should be sound and it should be possible to modify the sound input SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: Ubuntu 24.04.2 LTS KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
A possibly relevant merge request was started @ https://invent.kde.org/network/tokodon/-/merge_requests/753
Git commit fc8863740c26cb2c2a2aa3ba87cf199a98968048 by Joshua Goins. Committed on 30/06/2025 at 23:38. Pushed by redstrate into branch 'master'. Playback audio in video attachments When porting to QtMultimedia fully, I forgot that we needed to manually add a VideoOutput too. TODO: * Fix the volume control hiding when it shouldn't, and test on mobile M +4 -0 src/content/ui/Components/VideoPlayer.qml M +89 -1 src/content/ui/PostDelegate/VideoAttachment.qml https://invent.kde.org/network/tokodon/-/commit/fc8863740c26cb2c2a2aa3ba87cf199a98968048
Thank you!