• 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

    Pages (3): « Previous 1 2 3

     
    • 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]
    Brumes
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    #22
    2024-01-05, 07:23 PM (This post was last modified: 2024-01-05, 07:28 PM by Brumes.)
    (2024-01-05, 09:04 AM)TheDreadPirate Wrote: Are all of your files MKVs?

    Seems to all be MP4's as far as I can see

    (2024-01-05, 04:05 PM)tmsrxzar Wrote: "Sticking to JMP would mean no possibility for playback on a phone as both availably apps had the same issue as chrome. "

    what "phone" is this and why are you using a browser on a phone for playback instead of an app?
    browser clients are at the mercy of the browser coding and actual clients can do a better job; on ALL platforms

    As I said before in the thread its a oneplus 7, and as I said in the message you quoted and also earlier in the thread *both* the apps *and* chrome on the phone suffer from the same stuttering
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #23
    2024-01-05, 07:33 PM
    I'd still give my ffmpeg command a try. Swap mkv with mp4. Or maybe convert to mkv? The only thing that makes sense is that there is something off about your files since transcoding fixes it.
    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]
    Brumes
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    #24
    2024-01-06, 01:32 AM (This post was last modified: 2024-01-06, 01:37 AM by Brumes. Edited 2 times in total.)
    (2024-01-05, 07:33 PM)TheDreadPirate Wrote: I'd still give my ffmpeg command a try.  Swap mkv with mp4.  Or maybe convert to mkv?  The only thing that makes sense is that there is something off about your files since transcoding fixes it.

    The command didn't work with the error: 
    Code:
    Invalid stream specifier: c. Last message repeated 3 times Stream map '0:c' matches no streams.
    until I removed the " map '0:c' " after that it ran.
    Converting to MP4 did not change anything.
    Converting to MKV did cause it to transcode and playback normally.

    Also i would like to add that the file plays back fine in VLC or JMP, its only when playing them in chrome or the mobile apps that the issue occurs.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #25
    2024-01-06, 03:12 AM (This post was last modified: 2024-01-06, 03:12 AM by TheDreadPirate.)
    Oh. My bad, typo. -map 0:c should be -map 0:s

    Code:
    ffmpeg -i yourcurrentMKV.mkv -map 0:v -map 0:a -map 0:s -map_chapters 0 -c:v copy -c:a copy -c:s copy newMKV.mkv
    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]
    Pages (3): « Previous 1 2 3

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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