-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playback with no audio output #192
Comments
The problem is known. But until now nobody was able to evaluate, if it is a Windows, Qt or MLVApp problem. I am not able to evaluate this, because here it works fine on all computers and platforms I have around me. |
Try to use static windows build (there is older QT). Someone on the forum reported to have the probs you have and this fixed his issues. |
It worked for me. Thanks so much. |
Oh really? Hm... here it works with all versions. I am searching in the dark... |
Yeah... I know (for me it woks too). Only a few people complained about no audio after we released 1.9. This is Mystery for me as well. |
Also stumbled upon this issue when I tried MLV App v1.14(Qt version 5.15.2) on Arch Linux(Linux 6.5.5-lqx1-1-lqx). No audio what so ever. MLV App was built via yay, and I use pipewire for audio. Everything else works just fine. |
This happened to me just now today. No audio in the latest appimage, or in the version built from source. I'm using Ubuntu 22.04. Earlier today everything was working fine. |
@esbante : are you in "drop frame mode" and activated "audio output" from menu? Otherwise there is no audio playback. |
I have used the mlv-app for several years, but never come across this. It happened while I was switching between my USB-C dock, so the system audio was changing betweeen that and my laptop, if that could have messed something up? Same behaviour in the appimage as in the built version. |
Ok, the sound in the appimage is working as it should now, so it is just the built version, which makes more sense. Maybe I should just rebuild it and see if it starts working. |
I dig into this problem and found something that might be related or not:
I'm on Arch Linux 6.5.10-lqx1-1-lqx with pipewire. I also discovered that focus pixel maps for some reason, not working on extracted Appimage version although it shows installed. But it's not related here so I might open another issue. |
Found a solution! If you open mlvapp on the terminal, upon trying to playback with audio, you get the following message
A quick google reveals this is usually caused by missing plugins, which are included on the AppImage, but may not be installed for manually compiled builds. The solution? On debian based distros, install |
@nwroot Thank you for the hint. I think this plugin should be included in the appimage, to not get Qt and library version mismatches. I can install it in the github runner, which builds the appimage. But I expect it not to be included in the appimage, if it is not explicitely used by the app, so not automatically packed by Qt. Any idea how to force include it using the .pro project file or into the runner file? Edit: it already is installed in the runner. So it just is not packed into the appimage. |
@nwroot Could you please test the latest Linux runner output, without the plugin package installed? I tried to explicitely include it, but can't test. |
Tested with the package uninstalled and the audio works and the plugins are indeed present.
Although for me the audio did work on the AppImage builds before, so someone that had the issue even with the AppImage should also try this build. I originally had the issue with a manually built version, which got fixed by installing |
Thank you. Done. 65273ec |
Great! I did not have the sound problem in the appimage version, just in the manual build, but with installation of libqt5multimedia5-plugins it works as it should. Thanks! |
From some time I have been unable to playback MLV's with sound. MLV App actually shows the files with the green audio track and data on it. When exporting in any of the formats and opening the file in VLC, then I can hear the audio with the video. So, again, the issue happens only when trying to playback my files in MLV App. It happened to me with both 1.8 and 1.9 versions. Here are my specs:
Windows 10 Pro (compilation 18363)
IntelCore i7-6700 3.40 GHz
16,0 GB RAM
The text was updated successfully, but these errors were encountered: