From 758ffa8cb568d4779b61cecb5552602cbf2e59eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Sun, 18 Sep 2022 12:04:04 +0200 Subject: [PATCH] Update README (#48) --- README.md | 13 +++++++++---- .../de.shorsh.discord-screenaudio.metainfo.xml.in | 10 +++++++--- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 461e53f..61ca0e6 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # discord-screenaudio -A very WIP custom discord client that supports streaming with audio on Linux, -made possible by the +A custom discord client that supports streaming with audio on Linux, made +possible by the [great work](https://github.com/edisionnano/Screenshare-with-audio-on-Discord-with-Linux) of [@edisionnano](https://github.com/edisionnano) and the [Rohrkabel library](https://github.com/Soundux/rohrkabel) by [@Curve](https://github.com/Curve). +Unlike a lot of other solutions, the audio here is directly fed into the +screenshare and not passed to the user microphone +([see explanation](#how-it-works)). + ![Screenshot_20220718_194357](https://user-images.githubusercontent.com/48161361/179571245-11ea05f3-fb5e-4aef-9132-2736e122ef04.png) The purpose of this project is **not** to provide an alternative to the original @@ -23,8 +27,9 @@ told you and it's not my fault. ## Known Issues - Only works with **PipeWire** -- Can only share primary screen on X11 (no other screens or specific applications) - (see [#1](https://github.com/maltejur/discord-screenaudio/issues/1)) +- Can only share primary screen on X11 (no other screens or specific + applications) (see + [#1](https://github.com/maltejur/discord-screenaudio/issues/1)) ## Installation diff --git a/assets/de.shorsh.discord-screenaudio.metainfo.xml.in b/assets/de.shorsh.discord-screenaudio.metainfo.xml.in index a3d783e..5fef0c2 100644 --- a/assets/de.shorsh.discord-screenaudio.metainfo.xml.in +++ b/assets/de.shorsh.discord-screenaudio.metainfo.xml.in @@ -8,14 +8,18 @@ - A very WIP custom discord client that supports streaming with audio on Linux + A custom discord client that supports streaming with audio on Linux -

A very WIP custom discord client that supports streaming with audio on Linux, made possible by the great work of @edisionnano and the Rohrkabel library by @Curve.

+

A custom discord client that supports streaming with audio on Linux, made possible by the great work of @edisionnano and the Rohrkabel library by @Curve.

+

Unlike a lot of other solutions, the audio here is directly fed into the screenshare and not passed to the user microphone.

The purpose of this project is not to provide an alternative to the original Discord client. Rather, it should be used in addition to the original client in case you want to stream something, maybe used with a second account. For anything else, this client has way too many things that work less well than in the original client.

Technically this could be against Discord's TOS, so be warned. Discord probably won't ban you for using this, but if they do I told you and it's not my fault.

Known issues:

-
  • Only works with PipeWire
  • Can only share primary screen on X11
+
    +
  • Only works with PipeWire
  • +
  • Can only share primary screen on X11
  • +