probie
April 9, 2020, 10:29pm
#1
Hi All,
I am getting no video when I am using external port 4431 to port forward to 443 internally where jitsi is listening on. Any suggestion for fix would be great. Thank you.
Fix your bosh connection setting to use the custom port.
probie
April 9, 2020, 10:59pm
#3
Damain, what file would this be and the parameters/syntax to use?
// call_control: 'callcontrol.jitsi-meet.example.com',
// Focus component domain. Defaults to focus.<domain>.
// focus: 'focus.jitsi-meet.example.com',
// XMPP MUC domain. FIXME: use XEP-0030 to discover it.
muc: 'conference.jitsi-meet.example.com'
},
// BOSH URL. FIXME: use XEP-0156 to discover it.
bosh: '//jitsi-meet.example.com/http-bind',
// Websocket URL
// websocket: 'wss://jitsi-meet.example.com/xmpp-websocket',
// The name of client node advertised in XEP-0115 'c' stanza
clientNode: 'http://jitsi.org/jitsimeet',
// The real JID of focus participant - can be overridden here
// focusUserJid: 'focus@auth.jitsi-meet.example.com',
in /etc/jitsi/meet
probie
April 9, 2020, 11:07pm
#5
Thanks Damian. Do i Need to make change to 2 locations?
/etc/jitsi/meet/jitsi.exmaple.com-config.js
/usr/share/jitsi-meet-web-config/config.js
Just /etc/jitsi/meet/jitsi.exmaple.com-config.js
probie
April 9, 2020, 11:12pm
#7
That did the trick. Thank you so much!!!