Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7e6c5d82b | ||
|
|
ee0c66762d |
@@ -23,9 +23,8 @@ told you and it's not my fault.
|
|||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
- Only works with **PipeWire**
|
- Only works with **PipeWire**
|
||||||
- Only works on **X11**
|
- Can only share primary screen on X11 (no other screens or specific applications)
|
||||||
- Can only share primary screen (no other screens or specific applications) (see
|
(see [#1](https://github.com/maltejur/discord-screenaudio/issues/1))
|
||||||
[#1](https://github.com/maltejur/discord-screenaudio/issues/1))
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,10 @@ int main(int argc, char *argv[]) {
|
|||||||
Virtmic::start(parser.value(virtmicOption));
|
Virtmic::start(parser.value(virtmicOption));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
qputenv("QTWEBENGINE_CHROMIUM_FLAGS",
|
||||||
|
"--enable-features=WebRTCPipeWireCapturer " +
|
||||||
|
qgetenv("QTWEBENGINE_CHROMIUM_FLAGS"));
|
||||||
|
|
||||||
MainWindow w;
|
MainWindow w;
|
||||||
w.show();
|
w.show();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user