Audio and subtitle sync issues
from fubarx@lemmy.world to jellyfin@lemmy.ml on 02 May 03:14
https://lemmy.world/post/28987982

I set up a 3-yo PC with internal SSD and latest Ubuntu. Am running latest Jellyfin in docker. Client is on an iPad mini. Not much traffic on network.

It finds all the titles fine, but when playing back, the sound is often out of sync by 2-5 seconds, and subtitles are off by 10-15 seconds. You can adjust the subtitle offset through trial and error and maybe get them close, but there’s no way to adjust audio sync.

Disabled “Prefer fMP4-HLS Media Container” based on this recommendation: github.com/jellyfin/jellyfin/issues/11723

Rebooted and updated all parts. Still didn’t fix the issue.

Any other suggestions? It happens across multiple titles.

#jellyfin

threaded - newest

catloaf@lemm.ee on 02 May 03:24 next collapse

Does it happen in a browser client? Have you verified that it doesn’t happen if you download a file and play it locally?

fubarx@lemmy.world on 02 May 03:37 collapse

Didn’t realize web was an option. Been using iOS client based on this list: jellyfin.org/downloads/clients/

I can access the admin interface via web from a remote Mac. Is that the port I should be hitting or should I open other docker ports? It’s all on local home network.

beerclue@lemmy.world on 02 May 05:04 collapse

You shouldn’t need to open any additional ports. Do you have separate accounts for admin and viewing purposes?

fubarx@lemmy.world on 02 May 05:12 collapse

Ooh. Just hit it at the reserved server IP on port 8096. Logged in with the user account and started a movie.

Voice is synced and subtitles are only a second off. Strange how much off the native iOS player was.

Thanks for pointing me the right way.

theunknownmuncher@lemmy.world on 02 May 03:52 next collapse

Force transcoding and burn in subtitles

EDIT: explain the downvote? This is the correct solution lol it’s not a problem with your client

fubarx@lemmy.world on 02 May 18:11 collapse

Toggled burning on and found could also adjust subtitle size and position. It says it might affect performance, but that machine doesn’t have too many things running on it.

I also remembered it would get worse as you scrubbed or paused, then played. Hopefully, the burning will help avoid that. Thanks!

theunknownmuncher@lemmy.world on 02 May 18:14 collapse

The performance hit during play and scrubbing is due to need to transcode the video as it burns the subtitles in. If you have hardware acceleration for transcoding configured properly, it shouldn’t be a big impact on modern hardware

[deleted] on 02 May 13:47 next collapse

.

gccalvin@lemmy.world on 02 May 18:02 collapse

I believe this typically happens if transcoding is needed and it can be “fixed” by enabling “Always burn in subtitle when transcoding” in the subtitles options.

fubarx@lemmy.world on 02 May 18:08 collapse

Thanks, didn’t know about the setting. Also found I could change font size and position of subtitles. One more thing solved.