TaPO4eg3D / discord-monitors-to-vc

Stream any of your screens to a virtual camera. Designed specifically for Discord and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-monitors-to-vc

Stream any of your screens to a virtual camera. Designed specifically for Discord and Linux.

Maintainance Note

This project is not maintained anymore, please use other solutions like Mon2Cam.

Table of Contents

  1. Installation
  2. Usage
  3. License

Installation

Prerequisites

Install Binary Release

  1. Go to releases and download the latest executable.
  2. Open a terminal and navigate to the directory where you downloaded the file.
  3. Change the permissions of the file to make it executable.
chmod +x discord-monitors-to-vc
  1. Run the software.
./discord-monitors-to-vc
  • Releases are packed with PyInstaller, so release contains Python interpreter and all necessary libraries.

Running from Source

  1. Clone the repository
git clone https://github.com/TaPO4eg3D/discord-monitors-to-vc
  1. Install the requirements and run the software.
pip install -r requirements.txt
python main.py
  • Optionally, you can run the software with a bash script.
./discord-monitors-to-vc

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

License

This product is licensed under the MIT License. This project is available for commercial use, modification, distribution, and private use.

About

Stream any of your screens to a virtual camera. Designed specifically for Discord and Linux

License:MIT License


Languages

Language:Python 87.7%Language:Shell 12.3%