Hi!
With Version 7.2.2, is there a way now to control the video effects? I want to just blend in the video in a TV-Frame without the rotation-animation.
Hi!
With Version 7.2.2, is there a way now to control the video effects? I want to just blend in the video in a TV-Frame without the rotation-animation.
I have the same Problem.
Under ssh i can establish a connection if i just use "moonlight" as a command. But if i paste the command used by the es-ui i get the following error:
Command: # python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc -p1index 0 -p1guid 050000007e0500000920000001000000 -p1name "Pro Controller" -p1nbaxes 4 -p1devicepath /dev/input/event0 -system moonlight -rom /recalbox/share/roms/moonlight/1088017781_.moonlight -emulator default -core default -ratio auto
Traceback (most recent call last):
File "usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py", line 268, in <module>
exitcode = main(args)
File "usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py", line 182, in main
command = generators[system.config['emulator']].generate(system, args.rom, playersControllers)
File "/usr/lib/python2.7/site-packages/configgen/generators/moonlight/moonlightGenerator.py", line 15, in generate
configFile = controllersConfig.generateSDLGameDBAllControllers(playersControllers, outputFile)
AttributeError: 'module' object has no attribute 'generateSDLGameDBAllControllers'
So the log shows me:
[2019/04/20 22:19:32.494] (WARN!) : ...launch terminated with nonzero exit code 256!
After ive got through your readme, the answer was pretty obvious:
add a new system in /recalbox/share_init/system/.emulationstation/es_systems.cfg like this:
<system>
<fullname>Scripts</fullname>
<name>Scripts</name>
<path>/recalbox/share/roms/scripts</path>
<extension>.sh</extension>
<command>%ROM%</command>
<theme>Scripts</theme>
<platform>Scripts</platform>
<emulators/>
</system>
and put your .sh scripts in /recalbox/share/roms/scripts
for example wakeonlan.sh:
ether-wake -i wlan0 XX:XX:XX:XX:XX
ether-wake -i eth0 XX:XX:XX:XX:XX
works for me. Again thanks for your help
Nervermind i answered the question myself:
Dont upgrade GFE from Version 3.12. Uninstall GFE first and do a fresh install.
Since yesterday i try to make moonlight work, but now i think i dont know what i can do else.
Pairing works fine, but if i want to start the stream, the rpi4 just cuts off the hdmi signal. On my PC, the Game i want so stream starts, but my TV remains black.
If i restart ES over the webinterface,TV turns back on and i can see the steam, but now i have the menu-music from ES in the background and i think, i controll the stream and ES parallel.
I can stop ES, but then after 20 seconds the stream stops.
What i tried so far:
Update Geforce Experience and NV-drive to the latest. Before that i used GFE 3.12 and an older NV-Driver, but the result is the same. So i guess this isnt the reason.
Now i reverted everything back to 3.12, so that my RPI3 can stream.
If anyone could help me, let me know