Skip to content
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

[Issue]: ASS subtitles on android #126

Open
RA341 opened this issue Sep 4, 2024 · 1 comment
Open

[Issue]: ASS subtitles on android #126

RA341 opened this issue Sep 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@RA341
Copy link
Contributor

RA341 commented Sep 4, 2024

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.

Player(
      configuration: const PlayerConfiguration(
    libass: true, <---- change this to false
    title: "Jellyflix",
  ));

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

- OS:android
- OS Version:14
- Playback Method:direct
@RA341 RA341 added the bug Something isn't working label Sep 4, 2024
@jdk-21
Copy link
Collaborator

jdk-21 commented Nov 3, 2024

There have been recent changes in Mediakit that also allow libass support on android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants