Vlad V. Teteria

Results 17 comments of Vlad V. Teteria

Sure, exported config ``` yaml %YAML 1.2 ## ## Vingester Configuration ## Version: Vingester 2.2.5 ## Date: 2021-06-10 00:56 ## --- - BrowserTitle: "The-Expert-4" BrowserInfo: "The Expert: IT Support (Square...

I'll try to reproduce environment where this issue appears

Just installed Vingester from git (version 2.2.6) 1. cloned b554c31 2. npm install 3. npm start During install got @discordjs/opus related messages (and @discordjs/opus starts compiling): ` node-pre-gyp ERR! install...

One more side effect I met on linux with opus version mismatch - not working headless ffmpeg output. I'll rename this ticket to reflect more common problem.

I'm pretty sure that prebult opus for glibc-2.27 will work on most linux distros from debian stable to latest Ubuntu or Fedora because older glibc is compatible with newer versions...

> Let me guess: the FFmpeg does not work for the same reason: the FFmpeg binary (built under Debian) does not run under this latest Fedora or at least crashes...

> But we cannot control what pre-built binary electron-builder fetches during the building of the Vingester binary on Ubuntu 20/04... Sure. Its a dirty hack, but for public release build...

> Let me guess: the FFmpeg does not work for the same reason: the FFmpeg binary (built under Debian) does not run under this latest Fedora or at least crashes...

> But in order to understand the situation: you have a Fedora Linux 34 and it actually HAS a glibc 2.33. Nevertheless the binary bundled by Vingester crashes. But the...

> Before I hack in the glibc-2.27 workaround, can you recheck the situation with the glibc-2.33 binaries for the just released @discord/opus 0.5.3? Not that we apply a downgrade workaround,...