
Play a movie (or any other video) again.

Hover over the video so the video player controls appear and click the gear icon.

Click again on: Quality.

Choose the quality you want.

Open a new tab and open a second Jellyfin web interface.

Open the Jellyfin menu by clicking on the "Menu" icon located at the top left.

In the menu that appears, click: Dashboard.

As you can see, a video is playing from our "Firefox" web browser.
Click on the "i" icon.

As you can see in the "Transcoding" box that appears, Jellyfin tells you that media is currently converted to the indicated format.
Click "Understood" to hide this message.

If you open your Unraid server dashboard, you will see that the processor is not used.

On the other hand, you will see that your graphics card is actually used by Jellyfin and more particularly for video encoding / decoding (Encoder / Decoder).

If you add films, TV series and/or music after configuring Jellyfin, they will not automatically appear by default.
For these to be detected, you will need to refresh your media libraries.
To do this, open the Jellyfin menu and click on "Media Libraries".
Next, click "Refresh All Media Libraries".

A progress bar appears while your media libraries are refreshing.

As expected, Jellyfin detects new media you add via Unraid shares.


If you play several videos simultaneously in different qualities than the original ones, the number of concurrent (simultaneous) sessions or processes, you will see that the limit is 3 with graphics cards intended for individuals.
Note that this limit is also indicated on the "Video Encode and Decode GPU Support Matrix" page of the NVIDIA site already cited previously.

To remove the 3 session limit for video transcoding via NVIDIA NVENC, you will need a script available on the Internet.
However, to run the script automatically on your Unraid server, you will first need to install the "User Scripts" plugin.

Wait while this "User Scripts" plugin downloads and installs.

Then go to: Settings -> User Scripts.

On the "User Scripts" page that appears, click the "Add new script" button.

Specify "unlock nvenc limit" (for example) for the name of the script to add and click OK.

By default, the created script will be empty.
Click the gear icon in front of the name of the added script, then click: Edit Script.

Erase what is indicated by default and paste this inside:
Bash
#!/bin/bash wget https://raw.githubusercontent.com/keylase/nvidia-patch/master/patch.sh chmod +x ./patch.sh ./patch.sh
Running the script above:
Then click on: Save changes.

By default, this script will not run automatically.
To have this script run automatically in the background, select "At Startup of Array" from the list to the right of it.

Now that the script will start automatically when your server starts (or more precisely when the array starts), run it manually for the first time by clicking on "Run script".

Wait while this script runs, then click Done.
As you can see, the downloaded and executed "patch.sh" file will detect your version of the NVIDIA driver installed on your Unraid server and it will be patched.

NAS 2/4/2026
NAS 2/11/2026
NAS 1/1/2026
NAS 3/18/2026
Pinned content
Contact
® InformatiWeb-Pro.net - InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
No comment