Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TaPO4eg3D authored May 11, 2019
1 parent d741bdb commit 4081072
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# discord-monitors-to-vc
Stream any of your screens to a virtual camera. Designed specifically for Discord and Linux

# Dependencies
Before using make sure that you have **ffmpeg** and **v4l2loopback** installed

# Installation
Just go to the "release" tab and grab the latest version.
Releases are packed with PyInstaller, so release contains Python interpreter and all necessary libraries.
That's why it has size more than 10 Mb, if you don't like that you can run it directly from the source:
```
pip install -r requirements.txt
python main.py
```

# Usage
Run the program:
```
./discord-monitors-to-vc
# or
python main.py
```

Available arguments:
* --fps FPS_RATE - set the fps_rate of screen sharing. The default value is 60

You'll see the list of all monitors. Select the desired one by using **arrow keys** and hit **Enter**.

When you've done, just press **Ctrl-C**

![image](https://user-images.githubusercontent.com/12825777/57574299-aaa2f700-7460-11e9-90f5-d14ed7ea1c9e.png)

0 comments on commit 4081072

Please sign in to comment.