Skip to content

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

License

Notifications You must be signed in to change notification settings

TaPO4eg3D/discord-monitors-to-vc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published