![]() |
SOLVED: ASS subtitles stopped working on Android TV client - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: ASS subtitles stopped working on Android TV client (/t-solved-ass-subtitles-stopped-working-on-android-tv-client) |
ASS subtitles stopped working on Android TV client - SquishySquash - 2025-01-03 Specific file plays fine on my computer with i.e VLC player. It also plays fine on Jellyfin using webclient. Only while attempting to play file either from mobile Android app or Android TV app it fails with "source error" FFmpeg, logs and mediainfo logs in post below as requested RE: Source Error on Android/Android TV client - TheDreadPirate - 2025-01-03 What are your hardware specs? And can you share your full Jellyfin log (not ffmpeg log) via pastebin? RE: Source Error on Android/Android TV client - SquishySquash - 2025-01-03 (2025-01-03, 06:01 PM)TheDreadPirate Wrote: What are your hardware specs? And can you share your full Jellyfin log (not ffmpeg log) via pastebin? Jellyfin server is running via docker (container manager) on Synology NAS DS423+ ( Intel Celeron J4125 quick-sync capable CPU), my compose is: Code: version: '3.5' TV with Google TV OS, Android 11, Android Client version 0.18.3, Jellyfin Server 10.10.3 RE: Source Error on Android/Android TV client - SquishySquash - 2025-01-03 I also discovered that media files that previously played without any issue also throw that error. And I haven't changed anything in my setup in meantime. So it means that something broke on its own and now Jellyfin has issues playing media with ASS subtitles. Below are logs: main jellyfin log from playing back two different files https://pastebin.com/C1w9YPmp ffmpeg log from 1st file (failure) https://pastebin.com/C0mGWupi ffmpeg log from 1st file (sucess - ASS subs disabled) https://pastebin.com/mZrVV3V7 mediainfo https://justpaste.it/fs7ee ffmpeg log from 2st file (used to work before) (failure) https://pastebin.com/wwpg2rpR ffmpeg log from 2st file (used to work before) (sucess - ASS subs disabled) https://pastebin.com/0HAw6H0h mediainfo from 2nd file https://justpaste.it/f8iat RE: ASS subtitles stopped working on Android TV client - TheDreadPirate - 2025-01-03 The container isn't able to use the GPU. Try switching the device passthrough to just "/dev/dri ![]() RE: ASS subtitles stopped working on Android TV client - SquishySquash - 2025-01-03 (2025-01-03, 08:21 PM)TheDreadPirate Wrote: The container isn't able to use the GPU. Try switching the device passthrough to just "/dev/dri Thank you, I removed D128 line from compose and changed other line just to /dev/dri and now it works again. Do you have any idea why it used work normally for weeks and just now it suddenly started causing problems? RE: ASS subtitles stopped working on Android TV client - TheDreadPirate - 2025-01-03 I have no idea. DSM/dockerd software update? I've seen this a few times and I have no idea why it makes a difference when the device passed in is ultimately the same. |