2020-03-28, 02:47 PM
(This post was last modified: 2020-03-28, 03:12 PM by mvallevand.)
To follow the install directions didn't you map your recording directories? The device line would be added the same way. The line you need again is
Martin
Code:
docker run -d \
--volume /home/user/config:/config \
--volume /home/user/videos:/recordings \
--volume /home/user/videos:/buffer \
--device /dev/dri:/dev/dri
--publish 8866:8866 \
nextpvr/nextpvr_amd64:latest
Martin