obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.84k stars 704 forks source link

Bug: »OBSBasic.StopVirtualCam« does nothing #1096

Open itst opened 1 year ago

itst commented 1 year ago

Operating System Info

Other

Other OS

macOS 13.

OBS Studio Version

28.1.x

OBS Studio Version (Other)

No response

obs-websocket Version

5.1.0

OBS Studio Log URL

https://pastebin.mozilla.org/DiKuKbLV

OBS Studio Crash Log URL

No response

Expected Behavior

The sending the »stop« hotkey via WS should stop the virtual camera.

Current Behavior

When I trigger »OBSBasic.StopVirtualCam« via Touchportal, nothing happens.

»OBSBasic.StartVirtualCam« does work.

Steps to Reproduce

  1. Create a button in TP with an action sending »OBSBasic.StopVirtualCam« to OBS.
  2. Hit button.
  3. Cam does not stop.

In the log, you can see the hotkey started the camera, but I had to stop it via OBS GUI because OBS did not register the stop hotkey being sent via WS.

Anything else we should know?

I am using OBS 28.1.2 with Touch Portal 3.1 Build 9 and OBS Extended 3.6.0 on macOS 13.1.

itst commented 1 year ago

With OBS 29, neither »OBSBasic.StartVirtualCam« nor »OBSBasic.StopVirtualCam« work :-(