• 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 Error

     
    • 0 Vote(s) - 0 Average

    SOLVED: Playback Error

    This client isn't compatible with the media and server isn't sendig a compatible media format.
    Kein
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2023 Nov
    Reputation: 0
    Country:Romania
    #10
    2023-11-24, 09:58 PM
    Well, I've done it, eventually. 4K - 120 Mbps is a bit of an overkill - it buffers every minute or so, but hey it works (and regular movies are flawless).


    [Image: d755cc8e.jpg]


    Chat GPT hellped like a LOT, but you guys  also deserve credit, I do have a Intel® Celeron® Processor N5095 with no dedicated GPU on my Qnap NAS so I had to follow the guide to properly set up The Low-Power Encoding. 

    I'll post the Docker configuration script in case anyone else has the same issue. 

    Code:
    # Clone the jellyfin-ffmpeg repository
    git clone https://github.com/jellyfin/jellyfin-ffmpeg.git
    cd jellyfin-ffmpeg

    # Pull the latest Jellyfin Docker image from Docker Hub
    docker pull jellyfin/jellyfin:latest

    # Create directories for Jellyfin configuration and cache
    mkdir -p /path/to/configs/jellyfin/config
    mkdir -p /path/to/configs/jellyfin/cache

    # Run Jellyfin Docker container with necessary configurations (be sure to include the full path '/share/CACHEDEV1_DATA/Container/etc')

    docker run -d \
    --name jellyfin \
    -e PUID=1000 \
    -e PGID=1000 \
    -e TZ=Your/Timezone \
    --net=host \
    --privileged \
    -p 8080:8096 \
    -v /path/to/configs/jellyfin/config:/config \
    -v /path/to/configs/jellyfin/cache:/cache \
    -v /path/to/your/Shows:/Shows \
    -v /path/to/your/Download/:/Downloads \
    -v /path/to/your/Movies:/Movies \
    -v /dev/dri/renderD128:/dev/dri/renderD128 \
    -v /dev/dri/card0:/dev/dri/card0 \
    --restart=unless-stopped \
    jellyfin/jellyfin

    # Wait for 30 seconds to ensure the container is up and running (not sure if this is a requirement but Chat GPT said so)
    sleep 30s

    # Install FFmpeg inside the Jellyfin container
    docker exec -it jellyfin bash -c 'apt-get update && apt-get install -y ffmpeg'

    # Clone the jellyfin-ffmpeg repository inside the container
    docker exec -it jellyfin git clone https://github.com/jellyfin/jellyfin-ffmpeg.git

    Originally I thought I could go with Intel QSV but eventually had to resort to VA-API. The Hardware Acceleration paperwork really came in handy. 

    Thank you again!
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Playback Error - by Kein - 2023-11-21, 11:45 AM
    RE: Playback Error - by tmsrxzar - 2023-11-21, 02:02 PM
    RE: Playback Error - by Kein - 2023-11-21, 07:23 PM
    RE: Playback Error - by TheDreadPirate - 2023-11-21, 02:06 PM
    RE: Playback Error - by TheDreadPirate - 2023-11-21, 07:24 PM
    RE: Playback Error - by Kein - 2023-11-21, 07:42 PM
    RE: Playback Error - by TheDreadPirate - 2023-11-21, 07:58 PM
    RE: Playback Error - by Kein - 2023-11-21, 09:07 PM
    RE: Playback Error - by Kein - 2023-11-24, 07:39 AM
    RE: Playback Error - by Kein - 2023-11-24, 09:58 PM

    • 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