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

No rumbling #4

Open
henryfa2 opened this issue Aug 5, 2023 · 8 comments
Open

No rumbling #4

henryfa2 opened this issue Aug 5, 2023 · 8 comments

Comments

@henryfa2
Copy link

henryfa2 commented Aug 5, 2023

Hey,
Thanks for your work.
I was wondering if it is normal that there is no rumbling on my XBOX controller using last version of your project?
TV is QE55Q83B.
Controller is wireless XBOX Series X/S controller.
I read that this TV should be able to handle rumbling on my controller.

@henryfa2 henryfa2 changed the title No rumbling using Moonlight? No rumbling Aug 6, 2023
@dragondgold
Copy link

It seems vibration is not supported by the TVs according to this

image

@henryfa2
Copy link
Author

henryfa2 commented Aug 12, 2023

Oh OK, I thought the vibration described here could be used on a gamepad : https://docs.tizen.org/application/web/guides/w3c/device/vibration/

@dragondgold
Copy link

Unfortunately that API is only for Tizen in wearables 😔

@OneLiberty
Copy link

Hi !
I've been also looking on a way to implement rumbling.

I've stumbled upon this on samsung dev : https://developer.samsung.com/smarttv/accessory/gamepad.html which describe gamepad on "modern" tizen tvs (2021 or later)

There is also an app down the page that you can install on your TV (assuming it is compatible) that test gamepads inputs and rumble function.
For now, I can confirm that an S95B (2022 TV) support rumbles using a Xbox One controller.

So there should be a way to get this working with moonlight.

Even though i have little to no time to work on this, i'll keep you informed if i managed (somehow) to get this working.

@rodrigopiccelli
Copy link

rodrigopiccelli commented Sep 9, 2023

I can confirm that rumbling is possible on modern TVS, when I play through GamePass it works well

@jdin
Copy link

jdin commented Nov 16, 2023

I can find quite some logic in the code regarding the controller rumble so I believe it should work. Although I also do not have it :( (wireless xbox 360 controller with the usb receiver). Can it be related to the controller? Does anybody have vibration on tizen's moonlight-chrome with other controllers?
Please guys lets make it work :) Rumble gives so much additional fun!

@OneLiberty
Copy link

OneLiberty commented Nov 16, 2023

There is definitely a way to make this work.
I tried a few things to get vibration from the app and managed to get some rumble for each button press (not stream related for now, just in the moonlight app). So rumble does work

tested with a S95B and Xbox One controller
I'll look a bit more, but as I'm not a dev I'm not sure I can make it work.

Edit : After spending a whole day on this, I think I managed to make it work ! I'll test for a bit to adjust and probably make a PR after

@henryfa2
Copy link
Author

henryfa2 commented Nov 22, 2023

There is definitely a way to make this work. I tried a few things to get vibration from the app and managed to get some rumble for each button press (not stream related for now, just in the moonlight app). So rumble does work

tested with a S95B and Xbox One controller I'll look a bit more, but as I'm not a dev I'm not sure I can make it work.

Edit : After spending a whole day on this, I think I managed to make it work ! I'll test for a bit to adjust and probably make a PR after

I can confirm it is working.
Thanks for your work o/

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

5 participants