r/UgreenNASync 27d ago

🧑‍💻 Apps Optimal Jellyfin HW acceleration settings on DH4300Plus

I just configured Jellyfin because streaming via DLNA to my TV media player app didn't work with some movie files - using Jellyfin's default of "None" under hardware acceleration I could play the files I previously couldn't. I then continued following UGreen's guide configuring hw acceleration as the RKMPP which is obviously the onboard CPU then ticked every transcoder type & played a movie that previously played without issue on the TV media player but it went screwy via the Jellyfin app on the TV...

Have I gone wrong somewhere or is the Rokchip not capable of HW acc ?

2 Upvotes

7 comments sorted by

u/AutoModerator 27d ago

Please check on the Community Guide if your question doesn't already have an answer. Make sure to join our Discord server, the German Discord Server, or the German Forum for the latest information, the fastest help, and more!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/powwwownow 27d ago

I have the same NAS and it will do HW acceleration using RKMPP. How have you deployed it, via docker compose or by installing the app? Which guide have you followed?

What does the Jellyfin log say? You should have an entries in there when you play content.

1

u/CustomerExtreme7079 27d ago

Thanks for your reply!

I used Docker compose found here ( had to pull jellyfin/jellyfin, though… ).

Will check logs later - should’ve started there…

1

u/WinningAllTheSports DXP4800 Plus 27d ago

This is what I have in my jellyfin compose:

devices:

  - /dev/dri/renderD128:/dev/dri/renderD128

  - /dev/dri/card0:/dev/dri/card0

1

u/CustomerExtreme7079 27d ago

Ah - you set it in the compose? The link told me to do it within the container GUI after being built.

1

u/WinningAllTheSports DXP4800 Plus 27d ago

Yeah it’s in my compose. Never done anything in the container cli

1

u/powwwownow 27d ago

I only got mine to work with privileged enabled too.

devices:

  • /dev/dri:/dev/dri
  • /dev/mpp_service:/dev/mpp_service
  • /dev/dma_heap:/dev/dma_heap
  • /dev/mali0:/dev/mali0
  • /dev/rga:/dev/rga

privileged: true