robertoandrade / docker-jitsi-meet

Jitsi Meet Docker Container (includes Jitsi Video Bridge and Prosody XMPP Server)
79 stars 53 forks source link

Something wrong with xmpp #7

Closed atyenoria closed 8 years ago

atyenoria commented 8 years ago

This docker image can't work well in my env(local mac). Peer to peer connection failed.

Browser error is like this

[/modules/xmpp/JingleSessionPC.js] <JingleSessionPC.addSource>:  ice checking
Logger.js:89 [/modules/xmpp/JingleSessionPC.js] <TraceablePeerConnection.peerconnection.oniceconnectionstatechange>:  (TIME) ICE failed:     83712.73500000002
conference.js:229 CONFERENCE FAILED: conference.setup_failed

Can anyone help me??

atyenoria commented 8 years ago

solved by --net=host option

datnguyenthang commented 7 years ago

solved by --net=host option Where have you fixed?

atyenoria commented 7 years ago

What do you mean by Where? I added this option with docker run

datnguyenthang commented 7 years ago

i tried like that: docker run --net=host -it --name jitsi-meet -p 443:443 robertoandrade/jitsi-meet but it still run incorrect with error "CONFERENCE FAILED: conference.setup_failed"

atyenoria commented 7 years ago

What kinds of server are you using? aws? I can't help with this.

datnguyenthang commented 7 years ago

I using RHEL santiago 6.6

atyenoria commented 7 years ago

Are you sure to check the network config without docker?

datnguyenthang commented 7 years ago

I have installed Openmeetings, its worked correctly.

atyenoria commented 7 years ago

Do you try to open all of the port when docker run?

https://hub.docker.com/r/robertoandrade/jitsi-meet/~/dockerfile/
EXPOSE 80 443 5347
EXPOSE 10000/udp 10001/udp 10002/udp 10003/udp 10004/udp 10005/udp 10006/udp 10007/udp 10008/udp 10009/udp 10010/udp
datnguyenthang commented 7 years ago
CONTAINER ID        IMAGE                       COMMAND                CREATED             STATUS              PORTS                                                     NAMES
c12398567404        robertoandrade/jitsi-meet   "/bin/sh -c /run.sh"   23 minutes ago      Up 23 minutes       80/tcp, 10000-10010/udp, 5347/tcp, 0.0.0.0:443->443/tcp   jitsi-meet 

i reconfigured, its still running incorrect

atyenoria commented 7 years ago

Unfortunately, beyond my experience...