Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket 5.0 Compatiblity #16

Open
TheSushiDragon opened this issue Sep 13, 2022 · 6 comments
Open

Websocket 5.0 Compatiblity #16

TheSushiDragon opened this issue Sep 13, 2022 · 6 comments

Comments

@TheSushiDragon
Copy link

Hey Joe, love how reliable this program is. I found it recently and have been using it but I updated my OBS to 28 and it default comes with websockets 5, whenever I open OSC-for-OBS it doesn't seem to connect properly but works again when I downgrade to 27. Any chance I get this to working with the new obs/websocket.

Thanks so much.

@jshea2
Copy link
Owner

jshea2 commented Sep 14, 2022

Hey Sushi Dragon, I didn't even realize Websocket 5.0 was released yet. I'll take a look. Thanks!

@kineticscreen
Copy link

Also Qlab 5 is out which is well worth checking out!

@jshea2
Copy link
Owner

jshea2 commented Sep 23, 2022

@TheSushiDragon
New 3.0 update is now available:
https://github.com/jshea2/OSC-for-OBS/releases/tag/v3.0

I'll keep this ticket open. Let me know if there are any bugs.

@kineticscreen Yes, just saw the update, excited to try it out!

@TheSushiDragon
Copy link
Author

Hey @jshea2 you're so friggin awesome man. THANK YOU for such a quick update. Can't wait to go full new OBS plugins and everything.

Don't need to answer but did websockets 5.0 have any huge difference? And would the difference be applicable to your app at all?

Anyways appreciate it again, have a great weekend!

@jshea2
Copy link
Owner

jshea2 commented Sep 24, 2022

@TheSushiDragon no problem! Glad people are still using it.

5.0 is basically the same, but they did a lot of renaming. Like scene-items are now called inputs and everything is now camelCase instead of using-hyphen. There were some new commands that I saw that I included like Hotkey Triggers and Media Cursor. Take a look at the Request Protocol and let me know if you see anything you want me to add. I'm always open to adding more features.

@kineticscreen
Copy link

kineticscreen commented Dec 10, 2023

Do the hotkeys not work on Mac?

I notice the instructions state "modifier can be shift control and/or alt", but command should be included for mac. Regardless, even just using control and shift I can't get it to work on macOS.

EDIT: OK scratch the second half. The reason it wasn't working is that if you use 'shift' as a modifier, then you have to make your key a capital letter -
i.e.
/controlshift/F/hotkey

EDIT 2: Command is included on mac. You can send:
/controlshiftcommand/B/hotkey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants