m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.96k stars 449 forks source link

(VAAPI HW encoding) Black Screen Since Last Docker Update #204

Closed BradleyShaner closed 1 year ago

BradleyShaner commented 1 year ago

Two days ago, there was a docker image update for all of the containers and I've tried several of them and they all fail exactly the same. It's just a black screen. xfce, firefox, latest, etc, they all just load a black screen. People can join but nothing ever loads.

It would be nice if you used release tags and allowed old versions to exist for issues like this. I wish I could roll back but only the latest tags are available on dockerhub.

I'm running on Unraid.

image

All logs: New folder.zip

m1k1o commented 1 year ago

What browser do you use? Safari?

It would be nice if you used release tags

They are on ghcr but only with major release. I should change it to reflect every change that i make, to have them tagged.

EDIT: I am not able to reproduce this with latest Firefox, Chrome and Safari.

m1k1o commented 1 year ago

I see you are using vaapivp8enc so hardware encoding. And it says stat: cannot statx '/dev/dri/render*': No such file or directory. Do you have properly mounted your GPU to your container?

BradleyShaner commented 1 year ago

I think I've fixed it. It was an issue related to Unraid's UI specifically.. even though I removed NEKO_HWENC: VAAPI it was still including it, which was causing this issue.