• 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 SOLVED: Skipping ahead broken on Android TV

     
    • 0 Vote(s) - 0 Average

    SOLVED: Skipping ahead broken on Android TV

    The skip forward, playhead movement, and resume features are nonfunctional
    Gexuma
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:New Zealand
    #1
    2024-12-11, 09:57 PM
    When attempting to seek further ahead in an episode or use the resume feature, the native Jellyfin Android TV player sends me back to the beginning of the episode.
    This issue is consistent on the same files but inconsistent between files, with some working correctly, however all are H.264. I'm running the Jellyfin Android TV client version 0.18.2 on a Xiaomi MIBOX4, Android TV version 9. My server is running Jellyfin 10.10.3 in Docker on Ubuntu Server 24.10. I've tested the same problematic episodes on the official iOS, Android, Windows desktop and web clients with no issues. Additionally, setting the Android TV client to use an external player fixes the issue. I have a logcat file including the issue but I'm unsure how to properly and securely share it.
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-12-11, 10:43 PM
    Without seeing your logs and comparing how each client plays the file, it is hard to say what is going on.

    Usually this issue is caused by a poorly muxed file. Which can, usually, be fixed by remuxing with ffmpeg of mkvtoolnix. If your other clients, specifically, iOS, Android, and web, are transcoding this is essentially remuxing. Jellyfin Media Player uses MPV as the playback engine, and it is likely handling the bad mux on the fly. The Jellyfin app for AndroidTV uses Exoplayer, which is built into Android, and Exoplayer generally does not handle malformed files like MPV or VLC does.

    You can open a bash shell into the container to use ffmpeg inside the container to remux the file.

    Code:
    sudo docker exec -it jellyfin bash
    /usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/your/file.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.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]
    Gexuma
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:New Zealand
    #3
    2024-12-12, 05:26 AM
    It seems that this has fixed it, at least for now! Thanks for the help.
    « 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