KyroFrCode / moonlight-chrome-tizen

GameStream client for Tizen OS (Samsung Smart TV's)
GNU General Public License v3.0
91 stars 18 forks source link

Wireless living-room keyboards not working properly #31

Open vanbear opened 10 months ago

vanbear commented 10 months ago

Hello, Recently, I bought a living room keyboard - Logitech K400 Plus, it is connected to a Samsung TV with Tizen OS via the "unifying receiver" dongle. The host PC runs Sunshine 0.21.0 with Windows 10. In general, the TV has no problems with the device - I can type things in all apps, I am able to move the mouse cursor with the touchpad in the Web Browser and such. Whenever I open the Moonlight app and start streaming, only the keyboard works, the mouse doesn't respond at all. When I minimize the app and resume it - even the keyboard stops working. That happens only in the Moonlight app. I would really appreciate any help. Thanks!

vanbear commented 10 months ago

Tested with two other keyboards:

OneLiberty commented 10 months ago

Hi !

I'm guessing you have a newer tv (tizen 6.5 or 7.0) This is because it's not enabled on the app. Could you try installing my fork ?

https://github.com/OneLiberty/moonlight-chrome-tizen

It has it's own issue, but mouse is working Make sure to uninstall your current one before trying to install this one.

vanbear commented 10 months ago

Sorry, forgot to mention - it's a Samsung BU8002. Tizen's version is nowhere to be seen, but it's a model from 2022, so I guess it's a 7.0. Out of curiosity - why was the mouse disabled in the app? I can see a bunch of neat commits in your fork! What are the issues with it? Nevertheless, definitely gonna check it out! Thanks a lot!

OneLiberty commented 10 months ago

2022 tvs should be on tizen 6.5

It's because Samsung changed the way to activate the mouse in app On tizen 6.0 or lower "pointing-device-support" is enabled by default. But in 6.5 and up its default state is "disabled" and now we need to specify it in the config file.

So, shortly it was enabled older tvs but not newer ;)

Few things like pairing errors #22 Also weird input behavior with a remote (noticeable when trying to enter the ip). Maybe more to discover !

vanbear commented 10 months ago

It works like a charm! And I had no problems with pairing at all :) Thanks a lot! The only nitpick is that the two-finger touchpad swipe scrolls a website A LOT. The scroll speed is enormous. And the ESC button issue, that I see already mentioned in your fork.