Skip to content

Commit

Permalink
Updates README with dependency installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-hrst committed Aug 4, 2020
1 parent 50cdb06 commit 178d037
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install nodejs
```

Clone this repository and install packages:
```
git clone https://github.com/ray-hrst/jitsi-headless.git
cd jitsi-headless/
npm install package.json
```

Start an Xvfb display:
```
Xvfb :1 -screen 0 1920x1080x24 &
```

We will point chromium this display with `--display=:1`.


Plug in a webcam and run the script:
```
node app.js <jitsi-meet-room-name>
Expand Down
Loading

0 comments on commit 178d037

Please sign in to comment.