odlg
odlg
We have used one computer with Quelea (and powerpoint) where the HDMI output was sent directly to another computer with OBS and some HDMI-to-usb capture devices. Used a source with...
Btw, to make releases more stable, I would suggest to make pre-releases and have them available for 1–2 weeks and only make minimal changes to them in that period. Pre-releases...
Yes, the arm64 linux AppImages worked from 1.1.1 or so until 1.1.6. But 1.1.7 gives above error.
It does not start at all. When I do `npm install` and `npm start` on the dev branch it starts and works fine.
I checked the file `node_modules/grandiose/build/Release/grandiose.node` in my git checkout. That is a arm64 binary file. `./node_modules/grandiose/build/Release/grandiose.node: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e25a5adc7c0a06166b456d5ec9d2c70e540c28a, not...
If I build a release on arm64, the arm64 AppImage works. If I build on x64 the arm64 AppImage does not work. Building outputs this: ``` > electron-builder • electron-builder...
I have been trying to find the reason that grandiose.node is in x64 format. The other modules simply downloads precompiled binaries for different platforms. According to https://gyp.gsrc.io/docs/UserDocumentation.md#Cross_compiling there is limited...
It does not work. Not exactly the same error message. ```A JavaScript error occurred in the main process Uncaught Exception: Error: /tmp/.mount_FreeShTM3mlB/resources/app.asar.unpacked/node_modules/grandiose/build/Release/grandiose.node: cannot open shared object file: No such file...
I will try to fix it.
I did some work here https://github.com/odlg/FreeShow/ It had hoped I could find a simpler way, but this mostly works. There are a few issues I still hope to fix: -...