Questions tagged [obs-studio]
21 questions
0
votes
0 answers
Building custom OBS Studio build versions
I'm trying to edit the source code of OBS Studio and make my own build from it. I have succeeded in building the OBS Studio, when the source code is cloned from the GitHub repository and no changes have been made. However, if I try to make my own…

tontsa28
- 73
- 1
- 8
0
votes
1 answer
Send function key stroke from AutoHotkey to OBS Studio
I am trying to send a keystroke to OBS Studio using AutoHotkey.
The code I am using is
DetectHiddenWindows, On
hWnd := WinExist("ahk_exe obs64.exe")
ControlSend,, {F5}, ahk_id %hWnd%
The function I want to trigger is "start recording"
Nothing is…

Anders Lindén
- 6,839
- 11
- 56
- 109
0
votes
1 answer
ControlSend [Strg]+[Win]+[Numpad3] to OBS Studio
I try to send [Strg]+[Win]+[Numpad3] to OBS Studio to pause recording via an Autohotkey script.
My current approach is the following one because I want to avoid that other applications react on this shortcut. For example Notepad++ changes with this…

Dirk
- 1,134
- 2
- 12
- 21
-1
votes
0 answers
How to stream from OBS Studio (virtual camera) to real phone device conected by USB?
I would like to know if it is possible to use OBS Studio to display content into my phone camera device feed. So when I open my camera app it will display anything I have on OBS Studio.
I have looked into Root / Magisk / LSposed... Maybe this can be…

Reptil
- 1
-1
votes
2 answers
How to open OBS Studio using Python
I am trying to figure out how to open OBS Studio using a python script. I have used either of the two little code snippets below, but none work when ran separately. However, when ran together, my OBS Studio opens, however I am met with the…

sakuraharuno25
- 9
- 4
-1
votes
1 answer
OBS Studio MacOS "Failed to create directory ../config/obs-studio/basic" when launched in portable mode
The issue occurs when launching OBS Studio in Portable mode on MacOS.
I couldn't find a complete resource on how to launch OBS in portable mode on MacOS, however after researching through forums I was able to launch OBS from the terminal with the…

Shoni Fari
- 197
- 8