Skip to content

Commit

Permalink
Updates quick-install with mention of jvb behind nat and link to config.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed May 16, 2017
1 parent e90d09a commit b8189a3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion doc/quick-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ During the installation, you will be asked to enter the hostname of the Jitsi Me

This hostname (or IP address) will be used for virtualhost configuration inside the Jitsi Meet and also, you and your correspondents will be using it to access the web conferences.

#### Advanced configuration
If installation is on a machine behind NAT further configuration of jitsi-videobridge is needed in order for it to be accessible.
Provided that all required ports are routed (forwarded) to the machine that it runs on. By default these ports are (TCP/443 or TCP/4443 and UDP 10000).
The following extra lines need to be added the file `/etc/jitsi/videobridge/sip-communicator.properties`:
```
org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>
```
See [the documenation of ice4j](https://github.com/jitsi/ice4j/blob/master/doc/configuration.md)
for details.

### Open a conference

Launch a web browser (Chrome, Chromium or latest Opera) and enter in the URL bar the hostname (or IP address) you used in the previous step.
Expand Down Expand Up @@ -63,7 +74,7 @@ Enjoy!
## Uninstall

```sh
apt-get purge jigasi jitsi-meet jicofo jitsi-videobridge
apt-get purge jigasi jitsi-meet jitsi-meet-web-config jitsi-meet-web jicofo jitsi-videobridge
```

Sometimes the following packages will fail to uninstall properly:
Expand Down

0 comments on commit b8189a3

Please sign in to comment.