I have a similar problem. My videos window shows his video he is not able to view second person video. Below is the content of my config.js file
var config = {
hosts: {
domain: 'dell-pc.vievaint.com',
muc: 'conference.dell-pc.vievaint.com', // FIXME: use XEP-0030
bridge: 'jitsi-videobridge.dell-pc.vievaint.com'// 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
//bosh: 'https://dell-pc.vievaint.com:7443/http-bind/', // FIXME: use xep-0156 for that
};
Below is content of my Chrome log
This appears to be Chrome main.js:303
status 1 main.js:109
status 3 main.js:109
connected main.js:91
SEND: <presence xmlns='jabber:client'/> main.js:83
doJoin 0p32ygtbqf72e29A suryakant main.js:506
SEND: <presence to='0p32ygtbqf72e29A@conference.dell-pc.vievaint.com/suryakant(zntr8)' xmlns='jabber:client'><x xmlns='http://jabber.org/protocol/muc'/></presence> main.js:83
getConstraints ["audio", "video"] 360 undefined undefined main.js:363
getUserMedia
Object {audio: Object, video: Object}
main.js:343
onUserMediaSuccess main.js:348
mediaready.rayo main.js:186
SEND: <iq to='dell-pc.vievaint.com' type='set' xmlns='jabber:client' id='5729:sendIQ'><colibri xmlns='urn:xmpp:rayo:colibri:1' action='offer' muc='0p32ygtbqf72e29A@conference.dell-pc.vievaint.com'/></iq> main.js:83
RECV: <iq type="error" id="5729:sendIQ" from="dell-pc.vievaint.com" to="2ia3fho9d8mjwcdi@dell-pc/2ia3fho9d8mjwcdi"><colibri xmlns="urn:xmpp:rayo:colibri:1" action="offer" muc="0p32ygtbqf72e29A@conference.dell-pc.vievaint.com"></colibri><error code="503" type="cancel"><service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq> main.js:82
rayo colibri register got error
<iq type=?"error" id=?"5729:?sendIQ" from=?"dell-pc.vievaint.com" to=?"2ia3fho9d8mjwcdi@dell-pc/?2ia3fho9d8mjwcdi">?…?</iq>?
main.js:914
rayoCallback
<iq type=?"error" id=?"5729:?sendIQ" from=?"dell-pc.vievaint.com" to=?"2ia3fho9d8mjwcdi@dell-pc/?2ia3fho9d8mjwcdi">?…?</iq>?
main.js:553
The stdout.log file shows 0 bytes. There is not stderr.log file generate.The openfire is installed on windows 7 machine.