[NC20] Talk: Matterbridge fails to execute

Nextcloud 20.0.8 on Armbian 21.02.3 Buster with Linux 4.14.222-odroidxu4

Hi all,

I’m trying to install talk-matterbridge to Nextcloud 20. I installed “Talk” and “Talk-Matterbridge” from the app store. In the Talk settings there is a button to manually install Talk-Matterbridge although it is already installed via the app store. When I hit the button a popup shows “Failed to execute matterbridge binary”.

odroid@nextcloudpi:/var/www/nextcloud/apps/talk_matterbridge/bin# ls -l

-rwxr-xr-x 1 www-data www-data 43786240 Mär 14 08:57 matterbridge-1.22.0-linux-32bit
-rw-r--r-- 1 www-data www-data 51060736 Mär 14 08:57 matterbridge-1.22.0-linux-64bit
-rwxr-xr-x 1 www-data www-data 47906816 Mär 14 08:57 matterbridge-1.22.0-linux-arm64

As described in the documentation I manually set the path to the above mentioned arm64 binary:

occ config:app:set spreed matterbridge_binary --value="/absolute/path/to/binary"

But the binary still won’t be executed. Any hints for me?

Thanks

The workaround provided here: Matterbridge Failed To Execute Binary

doesn’t work for me.