Hi all,
I have some problem with last version of OFMeet (LAN and WAN access).
I can create a new conference on url "https://<host>:7443/ofmeet/jitsi-meet/<confName>" and connect to it.
I can see all participants in chat room and chat with them. But I can't see their video. Everything is OK on my localhost, i can see my video but not the others.
My configuration and tests :
- Windows Server 2016, Openfire 4.1.5, OfMeeting 0.9.1
- AD authentification
- I create (in AD) a new user called "focus". I put his password in "Focus Password" field of Openfire Meeting module.
- Anonymous connections are allowed (Server settings)
- In "Meeting > Summary", I never see conferences in array.
- In "Chatroom" i can see the room. Number of participants never include "focus user".
Openfire infos events logs :
2017.07.28 09:37:15 org.jitsi.jicofo.xmpp.FocusComponent - Focus request for room: test10@conference.<myhost>.fr
2017.07.28 09:37:15 org.jitsi.jicofo.FocusManager - Created new focus for test10@conference.<myhost>.fr@<myhost>.fr conferences count: 1 options:
channelLastN: -1
enableLipSync: false
useRoomAsSharedDocumentName: false
startAudioMuted: 9
stereo: false
startBitrate: 800
startVideoMuted: 9
enforcedBridge: jitsi-videobridge.<myhost>.fr
openSctp: true
disableRtx: true
2017.07.28 09:37:30 org.jitsi.jicofo.FocusManager - Focus idle timeout for test10@conference.<myhost>.fr
2017.07.28 09:37:30 org.jitsi.jicofo.FocusManager - Disposed conference for room: test10@conference.<myhost>.fr conference count: 0
What is wrong ?
Thanks for help.