Jump to content

hardware decode not work


zcq100
Go to solution Solved by zcq100,

Recommended Posts

Synology DSM 920

I deploy emby-server on docker

Quote

docker run -d \
--name emby-prim2\
--device=/dev/dri \
-p 8092:8092 \
-p 8096:8096 \
-v /volume1/docker/emby/config/:/config \
-v /volume2/Movies_1/:/Movies_1 \
-v /volume3/Movies_2/:/Movies_2 \
-v /volume2/TVs_1/:/TVs_1 \
-v /volume3/TVs_2/:/TVs_2 \
-v /volume2/Downloads/:/downloads \
-e UID=1026 \
-e GID=100 \
-e GIDLIST=100,101 \
-e http_proxy='http://ds920:7890' \
-e https_proxy='http://ds920:7890' \
-e no_proxy='localhost,127.0.0.1' \
emby/embyserver:latest

Emby Server can't find hardware.

chrome_WjU2C1DFCA.thumb.png.e23af5556b2b74f5d039cceed743b729.png

Quote

user@DS920:$ sudo docker exec -it emby-prim2 ash
/ # ls -al /dev/dri
total 0
drwxr-xr-x    2 root     root            80 Jan 21 04:41 .
drwxr-xr-x    6 root     root           360 Jan 21 04:41 ..
crw-------    1 root     root      226,   0 Jan 21 04:41 card0
crw-rw----    1 root     937       226, 128 Jan 21 04:41 renderD128
/ #

/ # cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 122
model name      : Intel(R) Celeron(R) J4125 CPU @ 2.00GHz
stepping        : 8
microcode       : 0x16
cpu MHz         : 2001.000
cache size      : 4096 KB
physical id     : 0
siblings        : 4
core id         : 0
cpu cores       : 4
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 24
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch intel_pt ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rdseed smap clflushopt sha_ni xsaveopt xsavec xgetbv1 dtherm ida arat pln pts md_clear arch_capabilities

...

 

 

 

hardware_detection-63809872891.txt

Link to comment
Share on other sites

DonMacaroni

Nevermind, Emby Docker image includes its own driver, so my suggestion I posted is not necessary.

Edited by DonMacaroni
Link to comment
Share on other sites

  • 3 weeks later...
  • Solution

I found the problem, I forgot to add the video group id to GIDLIST.

After that, emby server can discover the decoder.

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...