Closed andres-torti closed 1 year ago
Hey, I can confirm I got same issue on my Samsung QE55Q83B TV.
I think I found the solution, I will be making a PR with this fix and other small fixes
@henryfa2 just made a PR, give it a try to see if it works for you
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)
No need to reconfigure anything, just install the app again and it will we updated, all settings will be kept
All right, I tested your PR @dragondgold :
Thanks for your work :)
- 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.
- 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?
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