0

Softwares such as G HUB allow user to toggle streaming/recording without binding hotkeys.

enter image description here

I would like to do the same in my program which is written in C#. I took a look at the frontend API documents but I am stil unsure how to implement such tasks in C#. Any ideas to do this without using websocket? I don't want to install external plugin in obs

XHSKR
  • 13
  • 3
  • [Some hacks on simulating input as if you did it on your keyboard](https://stackoverflow.com/questions/3047375/simulating-key-press-c-sharp) – Alexey S. Larionov May 07 '20 at 21:57
  • Yes I know but I would like to use a diffrent approach – XHSKR May 07 '20 at 22:01
  • Not many options, you either pretend to be a human and interact via OS, or you find a C# library with OBS API (which I'm not sure even exists, maybe [this](https://github.com/ilosvideos/libobs-sharp)) – Alexey S. Larionov May 07 '20 at 22:19

0 Answers0