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
ASS subtitles cannot be displayed on Android with current settings; works on Windows.
if we turn libass to false it works, but it uses flutter widget rendering according to mediakit docs and it works.
Player( configuration: const PlayerConfiguration( libass: true, <---- change this to false title: "Jellyflix", ));
So my question is, what are the implications of disabling libass.
Other
whatever version main branch is
10.9.x
No response
- OS:android - OS Version:14 - Playback Method:direct
The text was updated successfully, but these errors were encountered:
There have been recent changes in Mediakit that also allow libass support on android.
Sorry, something went wrong.
No branches or pull requests
Please describe your bug
ASS subtitles cannot be displayed on Android with current settings; works on Windows.
if we turn libass to false it works, but it uses flutter widget rendering according to mediakit docs and it works.
So my question is, what are the implications of disabling libass.
Jellyflix Version
Other
if other:
whatever version main branch is
Jellyfin Version
10.9.x
if other:
No response
Environment
The text was updated successfully, but these errors were encountered: