Michael Higgins

Results 104 comments of Michael Higgins

So there's your problem, your DNS IP address is pointing to nothing and your local IP is on a totally different subnet, fix those things or your won't be able...

No, its not modified in code but is set up using WiFiManager during the setup phase, no code edits should be needed

If you don't already know https://github.com/mdhiggins/ESP8266-HTTP-IR-Blaster#force-wifi-reconfiguration

You could change the `configpin` variable to a different pin and set that other pin to ground during boot Line 40 and 47

Also might be able to try https://www.iottechtrends.com/assets/uploads/2023/02/arduino-ide-how-to-automatically-erase-flash-memory-before-sketch-upload-screenshot.jpg.webp

Sonarr has been on Alpine for quite a while now, almost a year? The VAAPI configurations and packages have been updated for Alpine and should be working fine and the...

The script doesn't try to install that on Alpine though, only Ubuntu based containers Alpine uses libva libgomp vidstab ca-certificates libva-intel-driver intel-media-driver mesa-va-gallium mesa-dri-gallium

Yeah I understand that, its been like that for well over a year, the packages in alpine are named differently, alpine never had a package named intel-media-va-driver-non-free and the script...

And just to officially confirm, I just pulled the latest sonarr container, running alpine, and did a quick vaapi test conversion and it works fine ``` root@0e2c51781c3e:/downloads/import# cat /etc/os-release NAME="Alpine...

HEVC works fine too ``` root@0e2c51781c3e:/downloads/import# ffmpeg -y -vaapi_device /dev/dri/renderD128 -i ./input.mkv -vf 'format=nv12,hwupload' -c:v hevc_vaapi ./output.mp4 ffmpeg version 6.1.1 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 13.2.1...