Ubuntu Linux setup. Channels is functioning correctly but I don't think it's hardware transcoding.
I get this error in the logs when running 'curl -XPOST http://127.0.0.1:8089/hls/hwaccel'
[HWE] Cannot access /dev/dri/renderD129: no such file or directory
Under /dev/dri I have:
by-path
card0
renderD128
Trying to add user to the video group works fine but adding to the render groups gets this:
sudo adduser $(id -u -n) render
adduser: The group `render' does not exist.
Help?