[jitsi-users] jitsi meet service alias duplication error

Hi,

I have jitsi-meet, jicofo, and video-bridge installed on a Red Hat server
and they all run as different services without a problem. Then i duplicated
the jitsi-meet source files and made some visual/UI changes to the new
duplicated source codes.I am trying to create 2 versions of jitsi-meet with
one service(nginx). I access original files with the server ip and trying
to access the duplicated files with a port on my server ip. I created a
config file on my service (nginx) same as the config file for original
jitsi-meet just added port on the IP.

And here is my problem, when i try to access jitsi meet conference with
different ports it opens the index.html but it doesn't create a conference.
I am guessing it can't use jicofo and videobridge. Can you help me with
this? I can provide config files for the jitsi-meet, config files i created
for ip and port and log file if you want.

Thank you,

Gizem Akti

You probably need to put the new port in the "bosh" variable in config.js served on the new port, e.g.
bosh: '//jitsi.example.com:8080/http-bind'

Boris

ยทยทยท

On 10/04/15 13:56, gizem akti wrote:

Hi,

I have jitsi-meet, jicofo, and video-bridge installed on a Red
Hat server and they all run as different services without a problem.
Then i duplicated the jitsi-meet source files and made some visual/UI
changes to the new duplicated source codes.I am trying to create 2
versions of jitsi-meet with one service(nginx). I access original files
with the server ip and trying to access the duplicated files with a port
on my server ip. I created a config file on my service (nginx) same as
the config file for original jitsi-meet just added port on the IP.

And here is my problem, when i try to access jitsi meet conference with
different ports it opens the index.html but it doesn't create a
conference. I am guessing it can't use jicofo and videobridge. Can
you help me with this? I can provide config files for the jitsi-meet,
config files i created for ip and port and log file if you want.