We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The flatpak version of Celluloid does not play any audio when playing to a jack sink.
This seems to have happened since the latest flatpak version, as I remember it working a week or two ago.
I would suspect it has something to do with this bug: #506
I have tried version from the repository and it works there.
$ celluloid --version Celluloid 0.20 $ mpv --version mpv 0.34.1 Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects built on UNKNOWN FFmpeg library versions: libavutil 56.70.100 libavcodec 58.134.100 libavformat 58.76.100 libswscale 5.9.100 libavfilter 7.110.100 libswresample 3.9.100 FFmpeg version: 4.4.2-0ubuntu0.22.04.1
Here is the version strings from inside the flatpak:
[📦 io.github.celluloid_player.Celluloid config]$ mpv --version mpv 0.35.0 Copyright © 2000-2022 mpv/MPlayer/mplayer2 projects built on UNKNOWN FFmpeg library versions: libavutil 57.28.100 libavcodec 59.37.100 libavformat 59.27.100 libswscale 6.7.100 libavfilter 8.44.100 libswresample 4.7.100 FFmpeg version: 5.1.2 [📦 io.github.celluloid_player.Celluloid config]$ celluloid --version Celluloid 0.24
I am unable to use mpv form within the flatpak environment, so I can't test it (I get an error that I need to select a video out device).
Thank you for your time!
The text was updated successfully, but these errors were encountered:
I figured it out: By adding "--ao=pulse" to my MPV options in Celluloid it started working again.
But it is a strange thing.
Sorry, something went wrong.
Can confirm it solves the issue for me too.
Yep this fixed my issue too. Thanks.
The MPV options are located here:
Edit -> Preferences -> Miscellaneous Tab Extra mpv options: --ao=pulse
No branches or pull requests
The flatpak version of Celluloid does not play any audio when playing to a jack sink.
This seems to have happened since the latest flatpak version, as I remember it working a week or two ago.
I would suspect it has something to do with this bug:
#506
I have tried version from the repository and it works there.
Here is the version strings from inside the flatpak:
I am unable to use mpv form within the flatpak environment, so I can't test it (I get an error that I need to select a video out device).
Thank you for your time!
The text was updated successfully, but these errors were encountered: