Code Monkey home page Code Monkey logo

docker-jitsi-meet's People

Contributors

robertoandrade avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-jitsi-meet's Issues

Screen sharing

Hey there,
great container so far, I'm even getting it to work with let'sencrypt ssl proxy companion for a nginx proxy - Working as in people can join a channel, but voice and audio are not working.

I'm running the image on a CoreOS bare-metal host. To make it work, I adjust the sites-enabled config to not load in additional SSL certs and not listen on 443, as the ssl proxy takes care of that. I tried to pinpoint is this is the source of the problem by forwarding 443 to the IP of the server and connect to that, but it's the same issue

The desired feature doesn't work, which works with the jitsi-meet test on their official server:
The screen sharing plugin won't install or work.
Any idea why that may be?

In short: The container starts, letsencrypt certs are generated and the connection is SSL, people can join and create channels, but there is no audio/video, etherpad or screen sharing

Cheers

AWS docker: no video

Somehow when i'm installing this docker. Video/Audio is not working. I do see the other party online. Tried everything at the port level but does not seem to work.

any idea how to fix this?

Not sound and video VM

Hey!

I'm using your Docker container on my virtual machine Ubuntu. My issue is that i am unable to see or hear the other participants in my conference but i can see when they join and write something. That's the only problem, i can't see or hear them and they can't see me or hear me.

I tried to run the docker image with --net=host but it was not possible.

I hope you can help me to solve this issue. Regards! :)

Installation - Stuck at "Created user preferences directory"

Hello Roberto,
I used docker run -it --name jitsi-meet -p 443:443 robertoandrade/jitsi-meet
I chose localhost = mydomainname and generate self-signed certificate (Choice 1).
Everything worked fine until line where it got stuck 2016-00-29 15:46:49.800 INFO: [1] java.util.prefs.run() Created user preferences directory.
I wait like 10-20 minutes to see if this was a ling but it kept stuck there.
Root OS is Debian 8.

[ ok ] Restarting Prosody XMPP Server: prosody.
Stopping jitsi-videobridge: jvb doesn't seem to be running.
Starting jitsi-videobridge: jvb started.
Stopping jicofo: jicofo doesn't seem to be running.
Starting jicofo: jicofo started.
[ ok ] Restarting nginx: nginx.
2016-00-29 15:46:48.579 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() sun.io.unicode.encoding=UnicodeLittle
2016-00-29 15:46:48.579 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() sun.cpu.endian=little
2016-00-29 15:46:48.580 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
2016-00-29 15:46:48.580 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() net.java.sip.communicator.service.media.MIN_PORT_NUMBER=10000
2016-00-29 15:46:48.580 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() net.java.sip.communicator.service.protocol.MAX_MEDIA_PORT_NUMBER=20000
2016-00-29 15:46:48.580 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() sun.cpu.isalist=
2016-00-29 15:46:48.606 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() Normal classloader
2016-00-29 15:46:48.606 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() failed to find jitsi-defaults.properties with class loader, will continue without it.
2016-00-29 15:46:48.607 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() Normal classloader
2016-00-29 15:46:48.607 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() failed to find jitsi-default-overrides.properties with class loader, will continue without it.
2016-00-29 15:46:48.926 INFO: [9] impl.resources.ResourceManagementActivator.start().70 Resource manager STARTED
2016-00-29 15:46:48.941 INFO: [9] impl.resources.ResourceManagementActivator.start().79 Resource manager REGISTERED
2016-00-29 15:46:49.027 INFO: [9] impl.netaddr.NetworkAddressManagerServiceImpl.start().81 Network Address Manager         ...[  STARTED ]
2016-00-29 15:46:49.032 INFO: [9] impl.netaddr.NetworkAddressManagerServiceImpl.start().87 Network Address Manager Service ...[REGISTERED]
2016-00-29 15:46:49.045 INFO: [9] impl.packetlogging.PacketLoggingActivator.start().89 Packet Logging Service ...[REGISTERED]
2016-00-29 15:46:49.068 INFO: [9] org.jitsi.videobridge.metrics.MetricLoggingHandler.info() Metric services enabled: 0
2016-00-29 15:46:49.664 INFO: [9] org.jitsi.videobridge.version.VersionActivator.start().76 Jitsi Videobridge Version: JVB 0.1.495
2016-00-29 15:46:49.713 INFO: [9] org.jitsi.videobridge.osgi.OSGiBundleActivator.info() net.java.sip.communicator.SC_HOME_DIR_NAME=.sip-communicator
2016-00-29 15:46:49.713 INFO: [9] org.jitsi.videobridge.osgi.OSGiBundleActivator.info() net.java.sip.communicator.SC_HOME_DIR_LOCATION=/usr/share/jitsi-videobridge
2016-00-29 15:46:49.800 INFO: [1] java.util.prefs.run() Created user preferences directory.

Something wrong with xmpp

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??

Welcome to nginx on Debian!

Hi, thank you for putting this together! I'm hosting your container at

https://meet.fommil.com/

with this script

docker rm -f jitsi-meet
docker pull robertoandrade/jitsi-meet
docker run -d \
       -e VIRTUAL_HOST=meet.fommil.com \
       -e LETSENCRYPT_HOST=meet.fommil.com \
       -e LETSENCRYPT_EMAIL="[email protected]" \
       --expose=443 \
       --restart=always \
       --name=jitsi-meet \
       robertoandrade/jitsi-meet

and the nginx/lets-encrypt reverse proxy setup at https://github.com/jwilder/nginx-proxy (which basically handles creation of SSL certs and port forwarding etc).

But when I go to this location, I just see

Welcome to nginx on Debian!

If you see this page, the nginx web server is successfully installed and working on Debian. Further configuration is required.

etc, which looks like the container is not exposing the jitsi meet service at the root. Any ideas?

No Video

Just docker run -it --name jitsi-meet -p 443:443 robertoandrade/jitsi-meet
But no video and sound in Firefox / Chrome and Linux / Windows

Thanks!

Problems running the container

Sorry to bother you, but when installing using my certificates it asks about the PEM passphrase (and I think that's ok for the first start when entering the config-values) but it does that every time I restart... But then I have no bash open on it.

Second problem is that I don't get any video running on it. Nginx is running obviously and serving the website, and when opening a room the website changes to the right one, but when I click on 'invite' the link says: 'Your conference is currently being created...' and when I want to open a chat I have to enter my nickname, which gets deleted when I push enter.
Seems like all the javascript callbacks aren't working, and the log doesn't list anything else than about 1000 lines of 'info'. No error.
What am I doing wrong?
(I know it's me ;)

One more thing. Don't you want to include the port-forwarding line for windows in the description?

// get name of your currently running docker-machine
docker-machine active

// get your docker-machine's ip
docker-machine ip <name>

netsh interface portproxy add v4tov4 listenport=<localport> listenaddress=<localaddress> connectport=<port_you_exposed_in_container_using_-p> connectaddress=<docker-machine_ip>

http on Readme

Hi! Great work!

I think on the Readme the line:

http://$DOCKER_HOST/

should be:

https://$DOCKER_HOST/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.