jibri
jibri copied to clipboard
Few installation tips and disambiguation for AWS EC2 users
Hi, I've managed to install Jitsi-meet and Jibri on a single EC2 instance and learned something that I wish I knew a few days ago so I thought I'd be nice to share:
-
Installing ALSA loopback module on default kernel fails so I followed the instructions here to make
modprobe snd-aloop
possible. That is, changing and updating the kernel boot settings from Linux 4.4.0-xxxx-aws to Linux 4.4.0-xxxx-generic and restarting the instance. -
If you you run both jitsi-meet and jibri on a t2.micro instance, you're most likely encouter a memory overflow error like this as soon as you start streaming:
INFO: [50] ffmpeg.run() [x11grab @ 0xf4e940] Cannot get 3686432 bytes of shared memory: Cannot allocate memory.
In my case, switching the instance to a r4.large solved the issue. -
(not only for AWS users) Despite what the README.md says, there is no "recording button" (I tried to find a button with this exact name). The "Go live now" is the button you are looking for :)
-
As for user/group, I've installed and ran everything as root and it worked out perfectly.
By the way, the versions I used are
Package: jitsi-meet
Version: 1.0.3035-1
Depends: jitsi-videobridge (= 1056-1), jicofo (= 1.0-409-1), jitsi-meet-web (= 1.0.2782-1), jitsi-meet-web-config (= 1.0.2782-1), jitsi-meet-prosody (= 1.0.2782-1)
Package: jibri
Version: 1.4.50-1
I'm more than happy to open a PR to make changes on README.md.
I'm more than happy to open a PR to make changes on README.md.
That would definitely be welcome.
Hello
I am trying to Install Jitsi Meet in AWS EC2 Instance to achieve the following
- Desktop Sharing
- Audio / Video Call
- SIP Call
- Call Recording
- Text Chat
Can you help me ?
Anand
hey. thanks for sharing. How can I DM you?
Thanks.
Hello
I am trying to Install Jitsi Meet in AWS EC2 Instance to achieve the following
- Desktop Sharing
- Audio / Video Call
- SIP Call
- Call Recording
- Text Chat
Can you help me ?
Anand
have you done it?