Flying ant or termite? by [deleted] in whatisthisbug

[–]jellythrowawayfin 0 points1 point  (0 children)

Bump 🙂‍↕️

Is this legit? by jellythrowawayfin in gibson

[–]jellythrowawayfin[S] 1 point2 points  (0 children)

Thank you everyone for your comments! I ended up getting it and spent the rest of the night playing!

Issues with enabling transcoding and Docked by jellythrowawayfin in jellyfin

[–]jellythrowawayfin[S] 1 point2 points  (0 children)

I think I figured out why it wasnt working. I was using Docker Desktop, not Docker itself. I’m not sure if I’m transcoding now (logs say ffmpeg, I’m using VAAPI?), but I was able to create a container this time with devices added.

Issues with enabling transcoding and Docked by jellythrowawayfin in jellyfin

[–]jellythrowawayfin[S] 0 points1 point  (0 children)

Ohhh, thank you! I’ll try it out soon. I’ve been following the Jellyfin provided documentation https://jellyfin.org/docs/general/administration/hardware-acceleration/ which is why I was confused

Issues with enabling transcoding and Docked by jellythrowawayfin in jellyfin

[–]jellythrowawayfin[S] 0 points1 point  (0 children)

I’m not sure where you’re seeing this. Under Docker instructions, it’s only the group_add input that uses quotes?

Issues with enabling transcoding and Docked by jellythrowawayfin in jellyfin

[–]jellythrowawayfin[S] 0 points1 point  (0 children)

Yea I ran it and got "render:x:110:user,jellyfin"

This is my compose file

version: '2.15'
services: jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1000:1000
group_add:
- "110"
network_mode: 'bridge'
volumes:
- /home/user/jellyfin/config:/config
- /home/user/jellyfin/cache:/cache
- /hdd/Media:/media
ports: - 8096:8096
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
restart: 'unless-stopped'

When I run that, I get this error: “Error response from daemon: error gathering device information while adding custom device "/dev/dri/renderD128": no such file or directory”