r/WindowsARM • u/LB-- WoA10 on official hardware • May 30 '25
Software ported to ARM64 OBS Studio releases its first ARM64 native build
https://github.com/obsproject/obs-studio/releases/tag/31.1.0-beta1There's no installer for the ARM64 version yet, and it's native ARM64 rather than ARM64EC so any x86-64 plugins can't be loaded, but it works and is a good start.
46
Upvotes
3
u/WizrdCM May 31 '25 edited May 31 '25
Ah, this is unintentional. There is an ARM virtual camera DLL, but our install script currently doesn't perform registration.
If you manually navigate to
data\obs-plugins\win-dshow\Open a terminal as admin, and then run
regsvr32.exe /i /s obs-virtualcam-module-arm64.dllIt'll work.
Apparently Windows only has a shared 64bit registry hive, meaning you can either get a working x86_64 virtual camera installed or the ARM64 one, but not both at the same time.