• 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: Transcoding problem with LG WebOS

     
    • 0 Vote(s) - 0 Average

    SOLVED: Transcoding problem with LG WebOS

    CrissZollo
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Sweden
    #1
    2024-07-08, 12:06 PM
    I have been tinkering a bit but can't really figure it out why my LG tv with WebOS does not play content with transcoding. When I look at the log history it seems to try multiple times but to no avail.
    Transcoding is on and seems not to work on android or PC client either.
    Error message on the tv: Playback failed because the media is not supported by this client.

    WebOS version: 5.5.0-1107
    Jellyfin server: 10.9.7
    Host: Synology DS243+
    CPU: INTEL Celeron J4125


    I have added the "log_" and FFmpeg below


    .zip   Logs.zip (Size: 6.49 KB / Downloads: 400)
    Go to solution
    Host-in-the-Shell
    Offline

    Member

    Posts: 166
    Threads: 10
    Joined: 2023 Jun
    Reputation: 14
    #2
    2024-07-08, 12:27 PM
    Make sure that the jellyfin user is part of the render group:

    Code:
    sudo usermod -aG render jellyfin
    sudo systemctl restart jellyfin

    If hosting Jellyfin through virtualization (Docker, LXC On Proxmox, etc.) then refer to the documentation. Also, might be handy to see how you've configured your playback settings, if possible.
    Server specs => OS: Debian 12 | GPU: Arc A380 | CPU: Ryzen 5 5600X | 64GB RAM | 56TB
    CrissZollo
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Sweden
    #3
    2024-07-09, 11:01 AM
    I did try follow the documentation but the Synology DSM does not have any group like render what I can see. I tried looking it up about it but no answer to it. It seem to only have those Wich I created.

    Here is also the playback setting on the server

       
    CrissZollo
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Sweden
    #4
    2024-07-09, 11:29 AM (This post was last modified: 2024-07-09, 11:30 AM by CrissZollo. Edited 1 time in total.)
    I think I got it to work. I changed from QSV to VA-API and added the following to the docker. It now transcodes as expected on my tv and android unit.

    environment:
    - PUID=*uid of the user running the container*
    - PGID=*gid of the normal user group*

    devices:
    - /dev/dri/renderD128 : /dev/dri/renderD128
    Host-in-the-Shell
    Offline

    Member

    Posts: 166
    Threads: 10
    Joined: 2023 Jun
    Reputation: 14
    #5
    2024-07-09, 11:55 AM
    I just want to point out for posterity, that the Intel Celeron J4125 is part of the Goldmont Plus microarchitecture, with codename Gemini Lake Refresh and it does support QSV. The reason you were having problems is because Synology DSM uses a custom build of Linux that tends to pack an ancient version of the kernel, which causes all these issues.

    Anybody else using the same CPU with a more recent kernel should be fine.
    Server specs => OS: Debian 12 | GPU: Arc A380 | CPU: Ryzen 5 5600X | 64GB RAM | 56TB
    1
    « 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