should OBS be manually closed:

clean up the request socket.
the event socket should be handled by obsws-python library
This commit is contained in:
Onyx and Iris
2026-01-02 21:32:41 +00:00
parent 4f087a0358
commit be71c49806
2 changed files with 9 additions and 5 deletions

View File

@@ -39,8 +39,8 @@ def register_hotkeys(duckypad):
keyboard.add_hotkey('ctrl+F18', duckypad.scene.iris_solo)
def obsws_hotkeys():
keyboard.add_hotkey('ctrl+alt+F13', duckypad.obsws.start_stream)
keyboard.add_hotkey('ctrl+alt+F14', duckypad.obsws.stop_stream)
keyboard.add_hotkey('ctrl+F22', duckypad.obsws.start_stream)
keyboard.add_hotkey('ctrl+F23', duckypad.obsws.stop_stream)
def duckypad_hotkeys():
keyboard.add_hotkey('ctrl+F24', duckypad.reset)