this post was submitted on 06 May 2024
75 points (93.1% liked)

Selfhosted

39939 readers
552 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
75
submitted 6 months ago* (last edited 6 months ago) by swooosh to c/selfhosted
 

I assume it's not nvidia. Yet I have no idea how to differentiate between them and neither do I know what a good price is.

Let's say I don't want to think about what the video type is. I just want a smooth experience.

Edit: thank you guys!

you are viewing a single comment's thread
view the rest of the comments
[–] Vinny_93 39 points 6 months ago (2 children)

I hear good things about the Intel Arc A380. You basically only need it to convert video and the Intel is not too bad at that for not too steep a price

[–] swooosh 9 points 6 months ago (2 children)

Thx. 130€? That's surprisingly cheap.

[–] [email protected] 4 points 6 months ago

I have one, it is fantastic.

Someone said that it is "not terribly performent" but it doesn't matter for transcoding. It can do multiple 4k streams of AV1 & HEVC. That is perfect.

According to benchmarks, it beat the 3080 and 6800XT when it was released for transcoding performance. That is what you have to look at in this case, you aren't gaming on it.

Just remember to enable all of the correct kernel modules to get it working. You often have to manually download the firmware git repo and move it to the firmware folder in Debian to get it working.

[–] swooosh 1 points 5 months ago* (last edited 5 months ago)

How do I need to configure jellyfin in order to work properly?

I added

device:
  - /dev/dri

And I tried /dev/dri/renderD128 but both don't work. Moreover, I enabled encoding in HEVC format, hardware encoding and selected hardware accelleration with intel quicksync (QSV) and enabled hardware decoding for H264, HEVC, ...

But if that's enabled, transcoding doesn't work at all on the player.

I guess I fail at. any advice?

podman exec -it jellyfin /usr/lib/jellyfin-ffmpeg/vainfo
Trying display: drm
error: failed to initialize display

I managed to enable it by giving itnprivileged access.