Open RA341 opened 2 months ago
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
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