Jay
Jay
@mohesles This is a fantastic find. I'm considering adding a cron job that does this automatically on a schedule and saves to a persistent storage.
It's definitely specific to this branch. I got rid of the "run as service" feature because you can't use GPU acceleration + that feature at the same time. The only...
Short story is that I have just moved and started a new job. Haven't had the time I hoped to put into maintenance. @davewatson91 which branch are you using? Gpu...
The easy way is to check intel_gpu_top on the host machine. If it's working you'll see some video decoding. I can't remember the type of hardware acceleration I had to...
Which branch/docker tag are you running on?
The latest tag is out of date. I'm working towards pushing a stable build to it. Try out the dev branch and let me know if you're still seeing issues.
Can you try to open a bash terminal into your container and install the winbind package, then restart the container and see if you still have the error? Something like...
I added winbind into the dev version. You can try it out by changing your image to ```jshridha/blueiris:dev```
Containers can allow access to GPUs, but they need to be set up appropriately. The one I have provided is still in early beta and I have not added in...
@OscarVanL Currently I have not tested to see if the hardware acceleration is working. This container is running wine to emulate windows api calls, and I'm not sure if wine...