Skip to content

Commit

Permalink
Split up the prosody commands onto 2 lines for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
xrnm committed Mar 29, 2017
1 parent 218581a commit bf10169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ chromedriver_linux64.zip
```

* Prosody: create accounts for the two methods Jibri uses to connect

```
prosodyctl register jibri auth.yourdomain.com jibripass
prosodyctl register recorder recorder.yourdomain.com jibripass

```
The first account is the jibri username and password. The second account is the selenium username and password. Record the passwords you choose, as they will be used in config.json below.

* Jicofo: Edit /etc/jitsi/jicofo/sip-communicator.properties (or similar), set the appropriate MUC to look for the Jibri Controllers. Restart Jicofo after setting this property.
Expand Down

0 comments on commit bf10169

Please sign in to comment.