2025-01-27, 19:21
(2025-01-27, 19:01)chrisism Wrote:(2025-01-26, 19:14)Annubiss Wrote:If you install the gamestream plugin for AKL you should be able to add a Moonlight/Gamestream Source. When creating a new source it will show a flow of dialogs to configure that new source. This should show you all the needed steps, like pairing it with sunshine with a pin code. However, one part that is not as easy is the certificates part. To be able to setup a proper trusted relationship you will need a specific type of certificate. There are different ways of creating the needed certificate files (Read the README at https://github.com/chrisism/script.akl.nvgamestream for how), but you cannot do it straight away from inside Kodi because it lacks certain software on Android. So read up about how to create the certificate files and once you have those you can follow the dialogs.(2023-08-05, 15:34)chrisism Wrote: Nice work! But AKL already has Moonlight/Nvidia gamestream support. You can download and install the plugin for AKL and the only manual part is having a correct certificate for the pairing.
Have a look at the code at https://github.com/chrisism/script.akl.nvgamestream . Feel free to use/add here.
Although for the AKL plugin you only need the Moonlight/Sunshine/Nvidia Gamestream parts, there are many ways to do the server/PC side.
I myself use it with running Playnite on the PC. I dont start it through steam though, just directly Playnite. I have created a simple script plugin for Playnite that updates the Sunshine library each time the Playnite library gets updated, to keep it in sync.
The AKL plugin takes care of scanning the Sunshine library and adding all the games to AKL. The AKL plugin launcher automatically picks the corresponding entry for Moonlight and starts the client.
Have a look
First of all, I would like to thank you for creating this addon and plug-in for moonlight/gsmestream.
I'm trying to pair AKL with my sunshine/moonlight installation, but in the documentation I not found how to do this with android/shield tv.
Can you explain me how to pair AKL with moonlight and add my games to my library?
If you have a little bit of patience, I just read about the server API for sunshine which should make it easier to connect a trusted relationship with the client. I want to try to implement that and make the whole connection experience more easy, since the current one is based upon old moonlight source code. Notice that it might take some time though.
I will try it, but If I remember correctly, it didn't offer me any option to create a new source from any section, once the gsmestream plugin was installed.