this post was submitted on 05 Aug 2024
10 points (100.0% liked)

Jellyfin: The Free Software Media System

5552 readers
6 users here now

Current stable release: 10.9.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

I get source error when I try to drop the resolution and quality too far.

I have hardware transcoding activated. Jellyfin is running on a docker container on ubuntu server. When I try to reduce the resolution and mbps too far I get source error. E.g. with a 2160p source file I can transcode to 1080p 20 mbps but if I try 720 or 1080 10mbps, source error happens. Is this a server side thing or a client side thing? How do I fix this?

top 5 comments
sorted by: hot top controversial new old
[–] entropicdrift@lemmy.sdf.org 1 points 1 month ago (1 children)

Which client are you using? Are you switching the max bitrate during playback, or while it's paused?

[–] DrTeeth@lemmy.world 1 points 1 month ago (1 children)

I'm using the android client. Default settings. I've tried switch the nitrate when paused and also while playing, bur same problem.

[–] entropicdrift@lemmy.sdf.org 1 points 1 month ago* (last edited 1 month ago) (1 children)

In order to see if it's client-side or server side, let's try another client. Try installing Jellyflix and see if it gives you the same issue when you lower the bitrate

[–] DrTeeth@lemmy.world 2 points 1 month ago (1 children)

I've finally identified the general problem: /dev/dri is not appearing in the container, so it looks like a docker based server side problem.

[–] entropicdrift@lemmy.sdf.org 1 points 1 month ago

Glad to hear it. Should be relatively straightforward to fix it, now that you've identified the issue.