I have followed this tutorial to setup Jibri on my server.
The configurations of my server are :
Dual core Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz
and 4GB Ram
Both Jitsi and Jibri are hosted on the above server
Here’s the error that i am getting
Loaded: loaded (/etc/systemd/system/jibri.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2021-03-26 16:22:35 UTC; 18min ago
Process: 4564 ExecStart=/opt/jitsi/jibri/launch.sh (code=exited, status=1/FAILURE)
Main PID: 4564 (code=exited, status=1/FAILURE)
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: jibri.service: Service hold-off time over, scheduling
restart.
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: jibri.service: Scheduled restart job, restart counter is at
5.
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: Stopped Jibri Process.
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: jibri.service: Start request repeated too quickly.
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: jibri.service: Failed with result ‘exit-code’.
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: Failed to start Jibri Process.
We have already gone through these issues and are unable to get jibri up and running
Here’s my config file… Please let me know if there are any issues in it.
jibri {
id = “”
single-use-mode = false
recording {
recordings-directory = “/srv/recordings”
}
streaming {
// A list of regex patterns for allowed RTMP URLs. The RTMP URL used
// When starting a stream must match at least one of the patterns in
// this list.
rtmp-allow-list = [
// By default, all services are allowed
“.*”
]
}
jibri.service - Jibri Process
Loaded: loaded (/etc/systemd/system/jibri.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2021-03-26 16:22:35 UTC; 2h 21min ago
Process: 4564 ExecStart=/opt/jitsi/jibri/launch.sh (code=exited, status=1/FAILURE)
Main PID: 4564 (code=exited, status=1/FAILURE)
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: jibri.service: Service hold-off time over, scheduling restart.
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: jibri.service: Scheduled restart job, restart counter is at 5.
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: Stopped Jibri Process.
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: jibri.service: Start request repeated too quickly.
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: jibri.service: Failed with result ‘exit-code’.
Mar 26 16:22:35 ip-172-31-3-78 systemd[1]: Failed to start Jibri Process.
I removed and reinstalled jibri with this config but now recording button itself is not appearing on the screen.
I have done the necessary changes in prosody and jicofo as well as added ‘recording’ in interface_config.js
and enabled fileRecordings in my domin.config file
okay
I think i messed up somewhere while redoing jibri…
However every file looks good to me…
Do you think problem could be in prosody or any other such package?