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

OBS Websocket v5 support #131

Open
reedog117 opened this issue Aug 17, 2022 · 12 comments
Open

OBS Websocket v5 support #131

reedog117 opened this issue Aug 17, 2022 · 12 comments

Comments

@reedog117
Copy link

The websocket protocol has changed for v5 and the remote can no longer connect to OBS instances running this. In addition this version will be bundled by default in OBS 28.

@V3ntus
Copy link

V3ntus commented Sep 25, 2022

Bump. Any progress here?

@paul-dab
Copy link

paul-dab commented Oct 2, 2022

Bump, unable to use this since websocket 5 / OBS v28

@Rosuav
Copy link

Rosuav commented Oct 7, 2022

Two solutions:

  1. Get the OBS WebSocket 4.x-compat release, which can still be added as a third-party OBS 28 plugin. Be aware that this has some performance implications (the v4 protocol has a lot more costs to it, which are unavoidable).
  2. Switch to a different client. I've been developing http://vol.rosuav.com/ to do the jobs that I was using t2t2 for.

Unfortunately, I don't think this tablet remote is getting any dev time.

@V3ntus
Copy link

V3ntus commented Nov 20, 2022

Thanks @Rosuav

@PaulTGG
Copy link

PaulTGG commented Jan 9, 2023

@Rosuav Your site looks awesome! Do you have the repo on github? (And is it here?: https://github.com/Rosuav/obs-remote-volume)

@Rosuav
Copy link

Rosuav commented Jan 9, 2023

Yep that's the one! Based on the analysis in my previous comment, I decided that it needed to grow features to do everything that I''d previously used t2t2 for, so now it does. The code is VERY messy because I wanted to retain protocol v4 compatibility, but some day I'll probably rip that out and go v5-only.

@ask-compu
Copy link

Two solutions:

  1. Get the OBS WebSocket 4.x-compat release, which can still be added as a third-party OBS 28 plugin. Be aware that this has some performance implications (the v4 protocol has a lot more costs to it, which are unavoidable).
  2. Switch to a different client. I've been developing http://vol.rosuav.com/ to do the jobs that I was using t2t2 for.

Unfortunately, I don't think this tablet remote is getting any dev time.

thanks! only thing i'd ask for on ur site is a dark mode

@Rosuav
Copy link

Rosuav commented Jan 11, 2023

I'll let a dark-mode advocate worry about that.

@DigibitDK
Copy link

+1 on this

@LesterWolfCode
Copy link

i have an idea. Why don't you add a preview window. If it is possible.

@reedog117
Copy link
Author

reedog117 commented Mar 22, 2023

Considering there's been no movement and we're already up to OBS 29, I think it's safe to say this repo (and thus this remote) is likely not getting updated anytime soon. I've switched to @Rosuav 's http://vol.rosuav.com

@Rosuav
Copy link

Rosuav commented Mar 23, 2023

Agreed. And if there are issues with my one, they can best be discussed on its own repository: https://github.com/Rosuav/obs-remote-volume

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

8 participants