Bug 505303

Summary: No sound and video player has not sound options
Product: [Applications] Tokodon Reporter: Max <maxime.sonnet>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: RESOLVED FIXED    
Severity: major CC: carl, josh
Priority: NOR    
Version First Reported In: 25.04.1   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 25.08.0
Sentry Crash Report:

Description Max 2025-06-07 09:54:32 UTC
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
Comment 1 Bug Janitor Service 2025-06-10 03:26:39 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/tokodon/-/merge_requests/753
Comment 2 Joshua Goins 2025-06-30 23:38:09 UTC
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
Comment 3 Max 2025-09-23 18:54:11 UTC
Thank you!