-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control Jibri via API #492
Comments
Something about architecture: https://jitsi.github.io/handbook/docs/architecture The xmpp API is how jicofo is controlling jibri. |
Please, when you have questions or problems use the community forum before opening new issues, thank you. |
Just to add on to what @damencho said, the XMPP API is the primary way of controlling Jibri, the HTTP API was always just more experimental (I only added it at all to make local testing a bit easier so I didn't have to spin up an XMPP server); it's never been an 'officially supported' way of controlling Jibri, though I do think some people are using it in production. |
@damencho sorry, I'm new to Jitsi and really missed the community forum. I will post there from now on. |
What does that mean? How are you identifying this? |
I asked my coleague to answer you but he prefered not to because it was a past situation and he doesn't have the logs anymore or remembers exactly how he did it at the time. Anyway thanks for caring. |
We have a corporative Jitsi server and a 20 instances Jibri server running ok and in production for around 2 years now. It has served us well. But from time to time some jibri instance locks and we need to restart the server. This was all installed and maintained by a coleague of mine.
Now I was entitled to create some sort of monitoring and auto-restart tool in order to increase server resilence. So I'm in the process of installing and configuring a local jitsi/jibri installation in order to study how to use it's API to check Jibri's instance help.
In this process I searched for Jibri's API documentation as part of the studies and found only these 2 pages:
https://github.com/jitsi/jibri/blob/master/doc/http_api.md
https://github.com/jitsi/jibri/blob/master/doc/xmpp_api.md
Which have some broken links inside. I found this very strange. A 3 command only API ? Chech health, start and stop service ? with broken links ? is this the real documentation or there is any more complete version ? I expected to find some way of listing jibri instances, start a recording in one to see if it's working, stop and restart a specific instance. Things like that.
This got me worried... is it me that doesn't know much of jitsi infrastructure or I didn't find the right documentation ? is what I'm trying to do even possible ?
Sorry but I see I have plenty of work ahead and I thought in asking first, than discovering that what I'm trying to do isn't possible after I spent many days trying,
If anyone can point me in the right direction, like full documentation, complete description of communications between jitsi components and jibri, anything that can help, it would be great.
Thanks.
The text was updated successfully, but these errors were encountered: