jicofo.log (42.8 KB)
browser.0.txt (67.0 KB) log.0.txt (30.5 KB)
These are ny log files
{
// NOTE: this is a *SAMPLE* config file, it will need to be configured with
// values from your environment
// Where recording files should be temporarily stored
"recording_directory":"/recordings",
// The path to the script which will be run on completed recordings
"finalize_recording_script_path": "",
"xmpp_environments": [
{
// A friendly name for this environment which can be used
// for logging, stats, etc.
"name": "prod environment",
// The hosts of the XMPP servers to connect to as part of
// this environment
"xmpp_server_hosts": [
"3.135.93.132"
],
// The xmpp domain we'll connect to on the XMPP server
"xmpp_domain": "3.135.93.132",
// Jibri will login to the xmpp server as a privileged user
"control_login": {
// The domain to use for logging in
"domain": "auth.3.135.93.132",
// The credentials for logging in
"username": "jibri",
"password": "Jibr1P@ssw0rd"
},
// Using the control_login information above, Jibri will join
// a control muc as a means of announcing its availability
// to provide services for a given environment
"control_muc": {
"domain": "internal.auth.3.135.93.132",
"room_name": "JibriBrewery",
"nickname": "jibri-nickname"
},
// All participants in a call join a muc so they can exchange
// information. Jibri can be instructed to join a special muc
// with credentials to give it special abilities (e.g. not being
// displayed to other users like a normal participant)
"call_login": {
"domain": "recorder.3.135.93.132",
"username": "recorder",
"password": "Rec0rderP@ssw0rd"
},
// When jibri gets a request to start a service for a room, the room
// jid will look like:
// roomName@optional.prefixes.subdomain.xmpp_domain
// We'll build the url for the call by transforming that into:
// https://xmpp_domain/subdomain/roomName
// So if there are any prefixes in the jid (like jitsi meet, which
// has its participants join a muc at conference.xmpp_domain) then
// list that prefix here so it can be stripped out to generate
// the call url correctly
"room_jid_domain_string_to_strip_from_start": "conference.",
// The amount of time, in minutes, a service is allowed to continue.
// Once a service has been running for this long, it will be
// stopped (cleanly). A value of 0 means an indefinite amount
// of time is allowed
"usage_timeout": "0"
}
]
}
Summary
I have been trying to integrate Jibri for last 2 weeks. But it is not working. Please help me out. I am a total noob to this technology. I have no knowledge about IP stuff and NAT etc. somehow, I managed to implement the Jitsi but Jibri is too nasty to work along.
Browser screenshots are given below