• 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: Playback issues with certain files

     
    • 0 Vote(s) - 0 Average

    SOLVED: Playback issues with certain files

    Schos
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:Austria
    #3
    2025-01-19, 12:23 PM
    Hi @theguymadmax

    Thank you for your reply!
    I am not sure about the permissions, as the container was executed by root. But I did what you asked. Added the group_add with "106" (thats my render group), added user 1000 to group 106, chown'd the jellyfin config and cache folders to 1000:1000 and added the user: 1000:1000 to the compose. With no success I am afraid.

    For the sake of completness it looks like this now:
    Code:
    services:
      jellyfin2:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin2
        restart: unless-stopped
        user: 1000:1000
        group_add:
          - 106
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
          - /dev/dri/card0:/dev/dri/card0
        environment:
          - TZ=Europe/Vienna
        volumes:
          - /data/container/jellyfin2-config:/config
          - /data/container/jellyfin2-cache:/cache
          - /mnt/Media:/data/Media:ro
        ports:
          - 8097:8096

    I also reverted the log level back to default. Please find a pastebin here: https://pastebin.com/yn65Zdrq

    So, what I did was restart jellyfin (so the new logging config was loaded), played "Mission - Impossible" and stopped after a couple of seconds, and played another TV show where I know which is not working. That playback added the very last line (#63) in the log. Only one FFMpeg log file is created for the successful playback, nothing for the bad one.

    Thank you for your help :-)
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Playback issues with certain files - by Schos - 2025-01-18, 05:16 PM
    RE: Playback issues with certain files - by theguymadmax - 2025-01-18, 05:43 PM
    RE: Playback issues with certain files - by Schos - 2025-01-19, 12:23 PM
    RE: Playback issues with certain files - by TheDreadPirate - 2025-01-19, 09:43 PM
    RE: Playback issues with certain files - by Schos - 2025-01-20, 06:03 AM
    RE: Playback issues with certain files - by theguymadmax - 2025-01-20, 07:59 AM
    RE: Playback issues with certain files - by Schos - 2025-01-20, 12:02 PM
    RE: Playback issues with certain files - by Schos - 2025-01-20, 01:33 PM
    RE: Playback issues with certain files - by TheDreadPirate - 2025-01-20, 05:49 PM
    RE: Playback issues with certain files - by Schos - 2025-01-20, 07:18 PM
    RE: Playback issues with certain files - by TheDreadPirate - 2025-01-20, 07:30 PM
    RE: Playback issues with certain files - by Schos - 2025-01-21, 11:09 AM
    RE: Playback issues with certain files - by Schos - 2025-01-22, 07:52 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