NOTE: This issue with Jibri was related to incorrectly configured xmpp-domain names between prosody and jibri
Hi, when I started recording, I’m getting message that recording is going to be initialized, but after a few seconds, jitsi meet tells that it was failed.
Something strange I can see in the jicofo log. After recording button is clicked, I’ve observing jicofo logs and see this
Jicofo 2023-02-12 10:22:51.408 INFO: [43] ConferenceIqHandler.handleConferenceIq#69: Focus request for room: room1@conference.vs1.vs1.zenget.az
Jicofo 2023-02-12 10:22:56.515 INFO: [43] ConferenceIqHandler.handleConferenceIq#69: Focus request for room: room1@conference.vs1.vs1.zenget.az
Jicofo 2023-02-12 10:23:01.593 INFO: [43] ConferenceIqHandler.handleConferenceIq#69: Focus request for room: room1@conference.vs1.vs1.zenget.az
Jicofo 2023-02-12 10:23:06.666 INFO: [43] ConferenceIqHandler.handleConferenceIq#69: Focus request for room: room1@conference.vs1.vs1.zenget.az
Jicofo 2023-02-12 10:23:11.738 INFO: [43] ConferenceIqHandler.handleConferenceIq#69: Focus request for room: room1@conference.vs1.vs1.zenget.az
Jicofo 2023-02-12 10:23:16.818 INFO: [43] ConferenceIqHandler.handleConferenceIq#69: Focus request for room: room1@conference.vs1.vs1.zenget.az
Focus request
"room1@conference.**vs1.vs1**.zenget.az
Don’t understand, why vs1 is reflected in the logs two times.
xmpphost = zenget.az
xmpp-domain = vs1.zenget.az
On the Jibri side, there are some interesting in the browser.logs
"args": [ {
"type": "string",
"value": "2023-02-12T10:23:11.727Z"
}, {
"type": "string",
"value": "[modules/xmpp/moderator.js]"
}, {
"type": "string",
"value": "Sending conference request over XMPP to focus.vs1.zenget.az"
} ],
after that I see this
"args": [ {
"type": "string",
"value": "2023-02-12T10:23:11.752Z"
}, {
"type": "string",
"value": "[modules/xmpp/moderator.js]"
}, {
"type": "string",
"value": "\u003CDr._handleError>: "
}, {
"type": "string",
"value": "Unauthorized to start the conference"
} ],
and then this
"args": [ {
"type": "string",
"value": "2023-02-12T10:23:11.776Z"
}, {
"type": "string",
"value": "[conference.js]"
}, {
"type": "string",
"value": "\u003CFue._onConferenceFailed>: "
}, {
"type": "string",
"value": "CONFERENCE FAILED:"
}, {
"type": "string",
"value": "conference.authenticationRequired"
} ],
After this error, there is a reference to method isJoined
"args": [ ],
"script": " try {\n return APP.conference._room.isJoined();\n } catch (e) {\n return e.message;\n }"
}
continue by this error
"args": [ {
"type": "string",
"value": "2023-02-12T10:23:17.854Z"
}, {
"type": "string",
"value": "[features/base/lastn]"
}, {
"type": "string",
"value": "There is no active conference, not updating last N"
} ],
and finally I got this
"level": "SEVERE",
"message": "https://zenget.az/libs/app.bundle.min.js?v=139 177:2097630 \"2023-02-12T10:23:01.630Z\" \"[conference.js]\" \"\\u003CFue._onConferenceFailed>: \" \"CONFERENCE FAILED:\" \"conference.authenticationRequired\"",
"source": "console-api",
"timestamp": 1.676197381632e+12
}, {
"level": "WARNING",
"message": "https://zenget.az/libs/lib-jitsi-meet.min.js?v=139 1:33876 \"2023-02-12T10:23:06.680Z\" \"[modules/xmpp/moderator.js]\" \"\\u003CDr._handleError>: \" \"Unauthorized to start the conference\"",
"source": "console-api",
"timestamp": 1.676197386681e+12
}, {
"level": "SEVERE",
"message": "https://zenget.az/libs/app.bundle.min.js?v=139 177:2097630 \"2023-02-12T10:23:06.699Z\" \"[conference.js]\" \"\\u003CFue._onConferenceFailed>: \" \"CONFERENCE FAILED:\" \"conference.authenticationRequired\"",
"source": "console-api",
"timestamp": 1.676197386701e+12
}, "..." ]