• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Browser playback is a stuttery mess

     
    • 0 Vote(s) - 0 Average

    Browser playback is a stuttery mess

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #21
    2024-01-05, 05:01 PM (This post was last modified: 2024-01-05, 05:02 PM by TheDreadPirate. Edited 1 time in total.)
    If multiple clients are stuttering with direct play this leads me to believe that the issue might be due to poorly authored MKVs, if your files are MKVs. MKVs have a strict time code implementation. A poorly remuxed MKV can cause the issue you are describing.

    The solution to this is to use ffmpeg to re-containerize all the streams.

    Code:
    ffmpeg -i yourcurrentMKV.mkv -map 0:v -map 0:a -map 0:c -map_chapters 0 -c:v copy -c:a copy -c:s copy newMKV.mkv

    This will re-containerize the MKV without reencoding anything. Should be very quick.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Browser playback is a stuttery mess - by Brumes - 2023-12-26, 02:40 PM
    RE: Browser playback is a stuttery mess - by tmsrxzar - 2023-12-26, 03:09 PM
    RE: Browser playback is a stuttery mess - by Brumes - 2023-12-26, 03:48 PM
    RE: Browser playback is a stuttery mess - by Brumes - 2023-12-26, 08:44 PM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2023-12-26, 11:10 PM
    RE: Browser playback is a stuttery mess - by Brumes - 2023-12-27, 03:44 PM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2023-12-27, 05:26 PM
    RE: Browser playback is a stuttery mess - by Brumes - 2023-12-27, 05:39 PM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2023-12-27, 06:11 PM
    RE: Browser playback is a stuttery mess - by Brumes - 2023-12-28, 12:27 AM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2023-12-28, 12:35 AM
    RE: Browser playback is a stuttery mess - by Brumes - 2024-01-04, 07:55 AM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2024-01-04, 08:34 AM
    RE: Browser playback is a stuttery mess - by Brumes - 2024-01-04, 08:38 AM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2024-01-04, 06:48 PM
    RE: Browser playback is a stuttery mess - by Brumes - 2024-01-05, 07:35 AM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2024-01-05, 08:15 AM
    RE: Browser playback is a stuttery mess - by Brumes - 2024-01-05, 08:39 AM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2024-01-05, 09:04 AM
    RE: Browser playback is a stuttery mess - by Brumes - 2024-01-05, 07:23 PM
    RE: Browser playback is a stuttery mess - by tmsrxzar - 2024-01-05, 04:05 PM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2024-01-05, 05:01 PM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2024-01-05, 07:33 PM
    RE: Browser playback is a stuttery mess - by Brumes - 2024-01-06, 01:32 AM
    RE: Browser playback is a stuttery mess - by TheDreadPirate - 2024-01-06, 03:12 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode