jitsi / jibri

Jitsi BRoadcasting Infrastructure
Apache License 2.0
608 stars 314 forks source link

Jibri service wont start,Whole Jitsi page wont start now #175

Open Leaqueb opened 5 years ago

Leaqueb commented 5 years ago

I decided to rebuild everything from scratch, so I did. So now I have Jitsi Meet installed and went straight to the Jibri instructions on Github.

My problem is Jibri, the service,wont start. Also, the whole Jitsi Meet service is completely down,I cant access the public IP after jibri was configured. screenshot from 2018-12-26 02-20-45

bhattdhruvin commented 5 years ago

Hi @Leaqueb , Please make sure if jibri-xorg is running or not. You might need to stop the desktop Manager services like lightdm or gdm3, and then restart jibri. Please look at this first, and see if it works.

Also, on a side note, please install Jitsi-meet and Jibri on different systems.

Regards, Dhruvin

vikaskumardixit commented 5 years ago

Hi @Leaqueb , Please make sure if jibri-xorg is running or not. You might need to stop the desktop Manager services like lightdm or gdm3, and then restart jibri. Please look at this first, and see if it works.

Also, on a side note, please install Jitsi-meet and Jibri on different systems.

Regards, Dhruvin

I tried but still i am getting same problem screenshot from 2019-01-17 16-55-30

and it's my log file screenshot from 2019-01-17 16-56-53

bhattdhruvin commented 5 years ago

Hi Please state your system configuration like RAM and OS, as well as jitsi-meet and jibri versions you are using. Also, please try to re-install the jibri. And does Jitsi-meet work?

vikaskumardixit commented 5 years ago

Hi @Leaqueb Please state your system configuration like RAM and OS, as well as jitsi-meet and jibri versions you are using. Also, please try to re-install the jibri. And does Jitsi-meet work?

I am using UBUNTU 18.10 OS and 8 GB RAM. And stable verison of jitsi Yes jitsi meet is working properly. I tried many times to re-install the jibri

bhattdhruvin commented 5 years ago

Hi , I too am having issues with making jibri work on ubuntu 18.xx version. Please degrade your OS to ubuntu 16.04, and try to install it as Jibri works perfectly fine on ubuntu 16.04

If possible use Ubuntu 16.04 server OS.

vikaskumardixit commented 5 years ago

Thanks my jibri is started but it says start recording failed but i am not getting any error or any log

bbaldino commented 5 years ago

include jicofo and jibri logs

vikaskumardixit commented 5 years ago

include jicofo and jibri logs

There is no jibri logs

screenshot from 2019-01-24 14-11-40

bhattdhruvin commented 5 years ago

Hi , Please include logs from /var/log/jitsi/jibri/log.0.txt

These logs are in the system where jibri is installed and not where jitsi-meet is installed.

And also state your installation versions from output of dpkg -l | grep ji in both jitsi-meet and jibri installed systems.

vikaskumardixit commented 5 years ago

Hi @Leaqueb , Please include logs from /var/log/jitsi/jibri/log.0.txt

These logs are in the system where jibri is installed and not where jitsi-meet is installed.

And also state your installation versions from output of dpkg -l | grep ji in both jitsi-meet and jibri installed systems.

/var/log/jitsi/jibri/ is blank screenshot from 2019-01-24 14-23-39

bhattdhruvin commented 5 years ago

You have to install jitsi-meet and jibri on different systems, and not on same system.

vikaskumardixit commented 5 years ago

@Leaqueb You have to install jitsi-meet and jibri on different systems, and not on same system.

can you please suggest me how to configure jitsi and jibri on different machine

bhattdhruvin commented 5 years ago

Hi, Its simple.

Take 2 systems with ubuntu 16.04 present, login as root and install jitsi-meet on first system using this and install jibri on other system using this.

vikaskumardixit commented 5 years ago

Hi, Its simple.

Take 2 systems with ubuntu 16.04 present, login as root and install jitsi-meet on first system using this and install jibri on other system using this.

I have done the installation as per given suggestion. But i need to understand that in which file do i need to make the configuration to connect Jitsi with Jibri Server...

bhattdhruvin commented 5 years ago

The files that you have to edit are clearly mentioned in this.

PLEASE READ THE INSTALLATION GUIDE COMPLETELY AND CAREFULLY BEFORE RAISING QUESTIONS

Jitsi-meet side:

/etc/prosody/prosody.cfg.lua /etc/jitsi/jicofo/sip-communicator.properties /etc/jitsi/meet/yourdomain.config.js

Jibri side:

/etc/jitsi/jibri/config.json

saghul commented 5 years ago

No need to shout @bhattdhruvin. Some things that are obvious for some are not for others, there are tons of subtleties out there.

Thanks for helping out though!