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

Using a different subdomain as conference #394

Open
Fuzzyma opened this issue Apr 14, 2021 · 3 comments
Open

Using a different subdomain as conference #394

Fuzzyma opened this issue Apr 14, 2021 · 3 comments

Comments

@Fuzzyma
Copy link

Fuzzyma commented Apr 14, 2021

Jibri allows to strip out subdomain names from the jid to get the URL of the conference. E.g. xmpp.myserver.com can be stripped to myserver.com and it will happily record meetings on myServer.com. However, my xmpp server runs on one subdomain while the actual conference runs on a different one. It is only possible to strip subdomains not add them.
I would like to be able to configure a subdomain that is added after the other one is stripped.
E.g. xmpp.myserver.com => conference.myserver.com

Is there interest in this feature?

@oanaianc
Copy link
Contributor

oanaianc commented Aug 4, 2021

Hi @Fuzzyma, if my understanding is correct, and you want Jibri to join a different url than https://myServer.com, there is a way to do it.
Using the latest Jibri docker image, you can set a PUBLIC_URL=https://conference.myserver.com in the .env file. The PUBLIC_URL should also be added in the jibri.yml file, in the environment section.
If the PUBLIC_URL is set, Jibri will join that url instead of https://myServer.com; it will record meetings on conference.myserver.com.

@Fuzzyma
Copy link
Author

Fuzzyma commented Aug 4, 2021

Setting the public URL puts my xmpp server on xmpp.conference.myserver.com. That is NOT what I want. I find it fairly strange that the config doesn't offer a simple switch for setting the actual server. It would be easier to understand than the logic which is in place right now

@saghul
Copy link
Member

saghul commented Aug 4, 2021

The public URL is not related to the XMPP server domain. The Docker setup for example uses a non Roy table domain for XMPP.

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