Added ability to stream specific monitor on Linux

This commit is contained in:
kiralycraft
2021-02-28 15:52:47 +02:00
parent 415dec37ad
commit 7abcfc0390
4 changed files with 463 additions and 302 deletions
+2
View File
@@ -29,6 +29,8 @@ struct video_t {
std::string encoder;
std::string adapter_name;
std::string output_name;
int linux_monitor_id; //Only used on linux
};
struct audio_t {