LocalNode
How it worksDemoAppsPricingFAQShop now
← All guides
Home/Community/Setting Up 4k Streaming on Jellyfin

Setting Up 4k Streaming on Jellyfin

Media
Beginner
5 min read
Published: May 7, 2026

Was this helpful?

Help us improve our community guides.

In this guide

  • Overview
  • Prerequisites
  • The Golden Rule: Direct Play
  • Configuring Hardware Transcoding
  • Testing your 4K playback
  • Next Steps

Need direct help?

LocalNode Care Plan members get priority remote support.

Email Support →

More in Media

Adding Your Movie and Tv Collection to Jellyfin

Adding Your Movie and Tv Collection to Jellyfin — Step-by-step guide for your LocalNode.

5 min read

Automating Subtitles with Bazarr

Automating Subtitles with Bazarr — Step-by-step guide for your LocalNode.

5 min read

Best Jellyfin Plugins to Install

Best Jellyfin Plugins to Install — Step-by-step guide for your LocalNode.

5 min read
LocalNode

Plug-and-play home server. Your data, your hardware, your rules.

Product

How it worksDemoAppsCommunityPricingFAQ

Support

ContactShipping & ReturnsTrack Order

Legal

Privacy PolicyTerms of ServiceShipping Policy
© 2026 LocalNode. Built for people who value their privacy.Denton, TX · hello@localnode.tech

Playing massive 4K HDR files without buffering is the holy grail of home theater setups. Your LocalNode is fully capable of flawless 4K playback, provided you configure a few settings correctly.

Overview

4K media files are enormous—often 40GB to 80GB per movie. Moving that much data across your network requires proper bandwidth and the right settings in Jellyfin to ensure your server doesn't buckle under the load.

Prerequisites

  • Your LocalNode must be connected to your router via Ethernet (Wi-Fi is generally too unstable for massive 4K files).
  • The TV or streaming stick you are playing the file on should ideally be on a 5GHz Wi-Fi band or connected via Ethernet.
  • You must be using a dedicated Jellyfin app (like Roku or Apple TV), not a web browser.

The Golden Rule: Direct Play

The absolute best way to watch 4K content is through "Direct Play". This means the LocalNode sends the raw video file directly to your TV without modifying it, and your TV's processor does the work of decoding it.

  1. Open the Jellyfin app on your TV.
  2. Go to the App Settings (usually a gear icon).
  3. Find the Playback menu.
  4. Ensure Maximum Allowed Video Bitrate is set to Auto or a very high number like 120 Mbps. If this is set too low (e.g., 10 Mbps), Jellyfin will be forced to compress the 4K file, destroying the quality and stressing the server.

💡 Tip: If your 4K movie has PGS or VobSub image-based subtitles, turning them on might force the server to burn the subtitles into the video (transcoding). If you experience buffering when subtitles are on, try downloading text-based SRT subtitles instead using Bazarr.

Configuring Hardware Transcoding

If you try to play a 4K movie on a device that doesn't support 4K (like an older iPhone or a 1080p TV), Jellyfin has to convert the video on the fly. This is called "Transcoding". Your LocalNode has an Intel N100 processor with built-in QuickSync Video (QSV) designed exactly for this. We need to ensure it is turned on.

  1. Log into the Jellyfin dashboard from your computer.
  2. Go to Administration > Dashboard.
  3. In the sidebar, click Playback.
  4. Under "Hardware acceleration", select Intel QuickSync (QSV) from the dropdown menu.
  5. Check the boxes for all the decoding formats (H264, HEVC, AV1, etc.).
  6. Check the box for Enable hardware encoding.
  7. Scroll to the bottom and click Save.
Jellyfin DVR-style playback settings excerpt illustrating hardware decoding options.
Illustration from archived Jellyfin documentation (GPL-2.0); current Jellyfin UI may differ slightly.

Testing your 4K playback

To ensure everything is working:

  1. Start playing a 4K movie on your TV.
  2. Open the Jellyfin dashboard on your computer.
  3. Look at the "Active Devices" section at the top of the dashboard.
  4. Click the little "i" (info) icon on the currently playing movie.
  5. If it says Direct Playing, you have achieved perfect 4K delivery. If it says Transcoding, check the reason listed below it (e.g., "Video codec not supported" means your TV can't play the file format naturally).

⚠️ Warning: Avoid transcoding 4K HDR video down to SDR if you can avoid it, as tone-mapping requires significant processing power. It is always better to acquire 1080p SDR versions of movies for older devices.

Next Steps

  • Advanced hardware transcoding setup
  • Jellyfin buffering troubleshooting

Need help? Email hello@localnode.tech or visit localnode.tech/contact.