Hi guys, here is the new updated package for moonlight-embedded it now supports the new Go Super and has a tearing fix, soon the source code is also available which wasn't back with the first release
I am super excited about this release on the new Go Super because streaming with this device is really great fun and works almost with ZERO LAG
This debian package release is for the HK Ubuntu 18.04 bionic image and should be tested there https://wiki.odroid.com/odroid_go_advan ... /ubuntu_es
>>>> Download moonlight-embedded 2.4.11 <<<<
Code: Select all
sudo apt install pulseaudio
echo "autospawn=no" >> /home/odroid/pulse/client.conf
wget https://www.areascout.at/libsdl2_2.0.10_arm64.deb
wget https://www.areascout.at/moonlight-embedded_2.4.11-1_arm64.deb
sudo apt install ./libsdl2_2.0.10_arm64.deb
sudo apt install ./moonlight-embedded_2.4.11-1_arm64.deb
/etc/emulationstation/themes/es-theme-simple
directoryEdit the file
/etc/emulationstation/es_systems.cfg
and add this content:
Code: Select all
<system>
<name>moonlight</name>
<fullname>Moonlight Game Streaming</fullname>
<path>/opt/moonlight</path>
<extension>.sh</extension>
<command>%ROM%</command>
<platform></platform>
<theme>moonlight</theme>
</system>
/opt/moonlight
and generate a file with the name "Start Game Stream.sh" and place this content inside and give 0755 permissions to that file:Code: Select all
#!/bin/bash
pulseaudio --start
moonlight stream 192.168.1.2 -app Steam -fps 30 -720 -platform rk -mapping /usr/local/share/moonlight/gamecontrollerdb.txt -codec h265 -bitrate 15000
pulseaudio --kill
rk
with sdl
on the -platform option switch ( rk aka RockChip is fastest ! )Also the IP address should be exchanged to the one from your PC
Pair with your computer:
Code: Select all
moonlight pair 192.168.1.2
Now you can start streaming from within Emulationstation the Steam App is the default App from the script which is started and from there you can run all your games from your Steam Library (see first picture)
Have fun streaming