Help, no video of the second participant too

I set up openfire working with Jitsi VideoBridge Plugin, but has problem now.

  1. on ofmeet

there is no video of the second participant, only show my video

the setting of ofmeet is

var config = {

hosts: {

domain: ‘172.167.1.108’,

muc: ‘conference.’ + window.location.hostname, // FIXME: use XEP-0030

bridge: ‘jitsi-videobridge.’ + ‘172.168.1.108’ // FIXME: use XEP-0030

},

useIPv6: false, // ipv6 support. use at your own risk

useNicks: false,

useWebsockets: true,

resolution: “360”,

bosh: window.location.protocol + “//” + window.location.host + ‘/http-bind/’ // FIXME: use xep-0156 for that

};

there is no error logs on openfire

  1. on jitsi

I can call by jitsi by voice, but on video, still can not see second partiner.

Can you tell me how to resolve this problem, i have no idea now, don’t know how to solve this problem.

~

This is logs from Chrome

This appears to be Chrome main.js:303

status 1 main.js:109

status 3 main.js:109

connected main.js:91

SEND: main.js:83

doJoin 0pr2onedjbp4x6r nic main.js:506

SEND: main.js:83

getConstraints [“audio”, “video”] 360 undefined undefined main.js:363

getUserMedia

Object {audio: Object, video: Object}

main.js:343

RECV: main.js:82

onPresence

[presence, context: presence, jquery: “2.0.3”, constructor: function, init: function, selector: “”…]

muc.js:38

SEND: main.js:83

RECV: This room is locked from entry until configuration is confirmed. main.js:82

onMessage

[message, context: message, jquery: “2.0.3”, constructor: function, init: function, selector: “”…]

muc.js:110

RECV: This room is now unlocked. main.js:82

onMessage

[message, context: message, jquery: “2.0.3”, constructor: function, init: function, selector: “”…]

muc.js:110

RECV: main.js:82

onUserMediaSuccess main.js:348

mediaready.rayo main.js:186

SEND:

thomasong wrote:

var config = {

hosts: {

domain: ‘172.167.1.108’,

muc: ‘conference.’ + window.location.hostname, // FIXME: use XEP-0030

bridge: ‘jitsi-videobridge.’ + ‘172.168.1.108’ // FIXME: use XEP-0030

~

first off fix it http://community.igniterealtime.org/docs/DOC-2693

domain ‘NAME’

muc ‘conference.NAME***’ , // FIXME: use XEP-0030***

bridge: ‘jitsi-videobridge.NAME’ // FIXME: use XEP-0030

******for the NAME should be the name u put of the server (i called my server LSI) local server internet for lan use… u put ip as name of server u missed the muc line


Hi jay, thank you very much.

var config = {

hosts: {

domain: ‘xxx.com’,

muc: ‘conference.xxx.com’ , // FIXME: use XEP-0030

bridge: ‘jitsi-videobridge.xxx.com’// FIXME: use XEP-0030

if I changed to this, it will be okay?

Thanks, it’s okay now, i revised the domain, it woks now.