All Projects → TaPO4eg3D → discord-monitors-to-vc

TaPO4eg3D / discord-monitors-to-vc

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

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to discord-monitors-to-vc

SimpleDALPlugin
Simple CoreMediaIO DAL virtual camera plugin example written in Swift
Stars: ✭ 138 (+64.29%)
Mutual labels:  virtual-camera
FunMirrors
This is a fun project I created to motivate computer vision enthusiasts and to highlight the importance of understanding fundamental concepts related to image formation in a camera.
Stars: ✭ 43 (-48.81%)
Mutual labels:  virtual-camera
Webcamoid
Webcamoid is a full featured and multiplatform webcam suite.
Stars: ✭ 1,675 (+1894.05%)
Mutual labels:  virtual-camera
akvirtualcamera
akvirtualcamera, virtual camera for Mac and Windows
Stars: ✭ 95 (+13.1%)
Mutual labels:  virtual-camera

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].