RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.03k stars 1.38k forks source link

[Enhancent] Integration of Limelight Streamer #721

Closed jayp76 closed 9 years ago

jayp76 commented 9 years ago

Is it possible to integrate Limeligt?

joolswills commented 9 years ago

looks interesting. adding this link for reference https://github.com/irtimmer/limelight-embedded

stsfin commented 9 years ago

I made a Guide to the wiki how to manually add it to retropie and emulation station: https://github.com/petrockblog/RetroPie-Setup/wiki/Quickguide-for-configuring-limelight-with-Retropie-and-Emulation-Station

just updated the wikipage after I found working OC settings to get the 1080p/60FPS streaming running... 1080p/30fps and 720p/60fps work without OC.

stsfin commented 9 years ago

I'll probably try to make an script that automates the install as much as possible (more on that later)

stsfin commented 9 years ago

Here is the installer script I created:

https://github.com/stsfin/RetropieLimelightInstaller

Should help integration.

stsfin commented 9 years ago

Updated the installer script with eventID selection. Added a secondary script just for reconfiguring the IP and keymap.

stsfin commented 9 years ago

Updated the script, it is basically now complete, tested with 3 different retropie installations: https://github.com/stsfin/RetropieLimelightInstaller
@joolswills be free to fork it for RetroPie :)

stsfin commented 9 years ago

Im having trouble in integrating the reconfig script to Emulation station. The read command just gives "read error: 0: bad file descriptor" when running the reconfig-script from the ports-section... it works nicely from the console... @joolswills any pointers?

stsfin commented 9 years ago

The installer now creates a new "device"-menu under Emulation station for better integration... Still no luck with the reconfiguration script though.

stsfin commented 9 years ago

2015-03-29 16 34 40 2015-03-29 16 34 49 2015-03-29 16 35 24

joolswills commented 9 years ago

regarding the problem - use <dev/tty on the read command.

stsfin commented 9 years ago

@joolswills , thanks will try it out if it works i will update the script to add the reconfigurator to the menu

stsfin commented 9 years ago

Thanks for @joolswills for helping me with the last obstacle... Here it is, the final version of the script with the reconfigurator accesible from emulation station after install: https://github.com/stsfin/RetropieLimelightInstaller/archive/2.0.2.zip

stsfin commented 9 years ago

Here is how it looks and works after install https://youtu.be/CT0Zhmh9e9o On 29 Mar 2015 16:42, "Jools Wills" notifications@github.com wrote:

regarding the problem - use <dev/tty on the read command.

— Reply to this email directly or view it on GitHub https://github.com/petrockblog/RetroPie-Setup/issues/721#issuecomment-87415297 .

taalas commented 9 years ago

Commented on some minor issues in the merged code. Should I rather have commented here?

stsfin commented 9 years ago

If you are refering to the code that will be implemented to Retropie you should comment in that thread.

On Mon, Apr 20, 2015 at 11:00 AM, taalas notifications@github.com wrote:

Commented on some minor issues in the merged code. Should I rather have commented here?

— Reply to this email directly or view it on GitHub https://github.com/petrockblog/RetroPie-Setup/issues/721#issuecomment-94386421 .

taalas commented 9 years ago

I commented in Rewrite limelight setup script to a module #792