KyroFrCode / moonlight-chrome-tizen

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

Remote control volume #3

Closed andres-torti closed 1 year ago

andres-torti commented 1 year ago

Hi! THANK YOU for this, it works wonderfully. The only thing I noticed is I cannot control the TV volume using the remote control, do you know where the code should be modified to allow for it? I can work on it and make a PR

henryfa2 commented 1 year ago

Hey, I can confirm I got same issue on my Samsung QE55Q83B TV.

andres-torti commented 1 year ago

I think I found the solution, I will be making a PR with this fix and other small fixes

dragondgold commented 1 year ago

@henryfa2 just made a PR, give it a try to see if it works for you

henryfa2 commented 1 year ago

I'll test it when I am home. Do you know if I have to reconfigure everything after reinstalling the app? (It is first time I install / reinstall an app on my TV)

dragondgold commented 1 year ago

No need to reconfigure anything, just install the app again and it will we updated, all settings will be kept

henryfa2 commented 1 year ago

All right, I tested your PR @dragondgold :

Thanks for your work :)

dragondgold commented 1 year ago
  • Allow changing volume from remote control (fixes Remote control volume #3) : Working but seems like it sends weird keys to host computer (volume up is like "!" key and volume down is like "²" key). No clue if I had this behaviour before the update though.

That's weird, I didn't noticed it in my PC but will double check it. What TV do you have? My TV changes volume but it doesn't show the UI when it changes.

  • stop streaming with controller by pressing start+menu+left trig… : Working but that do not stop the "streaming mode" on host computer, is that intended? If so, maybe it would be a good thing to be able to stop the "streaming mode" on computer and close the connection if we press Start + Menu + LT + RT for example.

Yes, unfortunately I don't know how to stop the streaming on the host side. From what I read there's nothing on the GeForce experience side to stop it.

henryfa2 commented 1 year ago
  • stop streaming with controller by pressing start+menu+left trig… : Working but that do not stop the "streaming mode" on host computer, is that intended? If so, maybe it would be a good thing to be able to stop the "streaming mode" on computer and close the connection if we press Start + Menu + LT + RT for example.

Yes, unfortunately I don't know how to stop the streaming on the host side. From what I read there's nothing on the GeForce experience side to stop it.

I think the function stopGame in index.js might be an example of how to quit the app on host computer?