• 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 android tv client blocks others

     
    • 0 Vote(s) - 0 Average

    android tv client blocks others

    android tv client blocks others' browsing and media playback
    snake
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #1
    2024-12-14, 04:59 PM
    Jellyfin version: 10.10.3
    client used: Android TV 0.18.2
    installation method and your platform: kubernetes cluster, official jellyfin image deployed with an nfs v4 volume mount (M.2 SSD disk) for the appdata part i.e. the folders present in /config and same for the /media hormie disk part (UNraid HDD storage)
    CPU: AMD Ryzen 7 5700X 8-Core @ 3400 MHz
    RAM: 16G


    When one of my users connects with an android tv client to play media, (which it manages to play correctly) this considerably increases the response time of my jellyfin application when browsing the different menus & libraries and blocks media playback in the sense that the application loads ad infinitum.

    This only happens when using the android tv client, I've already tested with 4 media playing at the same time via browsers + android mobile client and my infrastructure manages to deliver the videos fine.


    However, when a single android tv client connects and links a video, everything is congested.


    This is not a transcoding problem because I tested with media that doesn't require transcoding, so ffmpeg is out of the question.


    I monitor my infrastructure and I have good quality components & networks, I've done several tests to test all the hardware, it does not come from this side, so I lean for the application part, I do not know what the android TV application does more than the others but it poses a problem for me to use.


    Could you suggest a solution?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-12-14, 07:12 PM
    Can you share your full jellyfin log via pastebin?
    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]
    snake
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #3
    2024-12-15, 02:44 PM
    (2024-12-14, 07:12 PM)TheDreadPirate Wrote: Can you share your full jellyfin log via pastebin?

    Shure , this is the log of yesterday , i saw the probleme at 15h30 but maybe its begening befor.

    https://pastebin.com/qVLLTKgx
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-12-15, 07:10 PM
    I don't see anything in the logs that would explain what is happening. It is direct playing like everything else.

    I re-read your original post and are you saying that the jellyfin appdata is on a NFS share? As in the container has to access /config over NFS?
    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]
    snake
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #5
    2024-12-16, 10:11 PM (This post was last modified: 2024-12-16, 10:12 PM by snake. Edited 1 time in total.)
    (2024-12-15, 07:10 PM)TheDreadPirate Wrote: I don't see anything in the logs that would explain what is happening.  It is direct playing like everything else.

    I re-read your original post and are you saying that the jellyfin appdata is on a NFS share?  As in the container has to access /config over NFS?

    exactly , this is the mount point : 

    Code:
    toto.lan:/mnt/user/appdata/jellyfin on /var/lib/kubelet/pods/187d3e90-fcd9-4355-bd99-9/volumes/kubernetes.io~nfs/appdata-jellyfin-nfs type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.5.99,local_lock=none,addr=192.168.5.98)

    mapping the appdata in my NAS to the /config into container managed by pv & pvc kubernetes 

    and looking this page https://jellyfin.org/docs/general/admini...n/storage/ preconize nfsv 4 for the locking file, but if it's nfs editing with a file lock I would have had the problem during my playback test with more than 4 videos simultaneously on the web client + android mobile app.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-12-16, 10:58 PM
    SQLite should never, ever, ever be run over a network share. This can cause many issues.

    Please relocate the appdata to a local disk, preferably a SSD, and try to reproduce the problem.
    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]
    snake
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #7
    2024-12-27, 02:26 PM
    Hello, first of all thank you for your quick response, and valuable advice. I'd like to give you an update on the situation. Indeed, after relocating the data (/conf) part of my server to a local filesystem, I no longer have any latency or other problems with video playback, and my display/browsing is so much smoother!



    Thanks again, I now think I'll opt for a backup solution for the data part via rclone as suggested in the doc.
    « 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