Skip to content
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

Meet configuration requires hardcoded focus component domain #51

Closed
cbeckr opened this issue Oct 31, 2017 · 4 comments
Closed

Meet configuration requires hardcoded focus component domain #51

cbeckr opened this issue Oct 31, 2017 · 4 comments

Comments

@cbeckr
Copy link

cbeckr commented Oct 31, 2017

By default, hosts.focus is commented out in /etc/jitsi/meet/yourdomain.config.js and will therefore default to focus.<domain>.
Since Jibri's Selenium component connects using recorder.<domain>, it will try (and fail) to find focus on focus.recorder.<domain>.
To work around this, the focus domain must be hardcoded in the config.
Note that this is very tricky to catch via the instructions ("Manually testing Jibri") since it suggests connecting to the regular room URL (sans recorder prefix etc.)

@nightstryke
Copy link

@cbeckr can you give an example of what a hardcoded focus domain should look like?

@cbeckr
Copy link
Author

cbeckr commented Jan 10, 2018

@nightstryke if your domain is example.com, you would hardcode the focus domain in config.js (usually in /etc/jitsi/meet) as follows:

var config = {
   ...
    hosts: {
        ...
        focus: 'focus.example.com',
    },

@nightstryke
Copy link

my setup is trying to use subdomain.example.com instead of the normal example.com.

@aaronkvanmeerten
Copy link
Member

I would very much recommend using the latest java-based jibri from our debian respository. It's easier to use and is much more reliable about getting connected. I'm going to close this issue, but please open a new one if you run into any problems with the new java-based jibri!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants