Hi, I wanted to install the last version of Jami-daemon on my Raspberry Pi, and as the one packaged by Ubuntu is out of date, and that jami website propose only jami-qt app, I wanted to build it from sources. And then, I faced two issues: what is the latest stable branch corresponding to the last stable release ? And, when trying to build dependencies, I’m running into “ERROR: vaapi requested but not found” when building ffmepg dep, I can’t figure out how to solve this issue ! Thanks for your help !
Does the following terminal command from the Jami documentation website work?
install jami-daemon dbus-x11
Yes it works, but it’s not the latest version of jami-daemon, it’s out of date.
Have you followed the instructions shown in the README.md file on the savoirfairelinux / jami-daemon · GitLab page?
Yes, it’s during the meson build, in the step 1, which is compiling the dependencies, I get “ERROR: vaapi requested but not found”.
You can disable VAAPI by editing contrib/src/ffmpeg/rules.mak.
Can you please advise where in the README.md file (or other file(s)) and what is required to be typed, and a patch can be created at the https://review.jami.net/ site?
Thank you