steefdebruijn / docker-roonserver

RoonServer downloading Roon on first run
99 stars 26 forks source link

HDMI for RoonServer docker container #26

Open flexial opened 1 year ago

flexial commented 1 year ago

hi, i just got the roonserver container working, after some mdns issues due to vlans (& firewall rules) in my network. (had a loop of initializing & ready of roon core - incase any1 has the same issue). now im trying to forward the hdmi input of my server to the roon container. im using unraid & docker-compose. my server is directly connected to my avr via hdmi. i figured id just have to mount something like /dev/... to the container? however i couldnt find any answer to my question after searching for it. thanks in advance.

steefdebruijn commented 1 year ago

Hi,

this is more of an unraid/docker question than a Roon one.

You would need to find out the device name of the hdmi device and bind it to the Roon container.

See https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities especially the —device option.

Let me know if you got this working maybe I can add a hint to the docs.