I recently revamped my moonlight-embedded Kodi plugin which allows Raspberry Pi users to run the Nvidia Gamestream protocol to their LibreELEC device. This essentially turns your Pi into an Nvidia Shield/Steamlink device.
This plugin utilizes a Docker container to run moonlight-embedded since some required libraries are not present in the base LibreELEC installation. There are detailed installation instructions on the Github plugin repository page linked below. I've been iterating on how to best handle the installation of the Docker image (it was previously handled via a shell script that the user had to manually run), so please let me know what you think of the current setup.
Note: the plugin currently only works on LibreELEC 9, porting to LibreELEC 10 will hopefully happen in the future.
Here's a link to the plugin repository:
Docker source:
Docker hub:
And details on moonlight-embedded:
GitHub - moonlight-stream/moonlight-embedded: Gamestream client for embedded systems