Go to file
Diego Waxemberg fda7c3bc04 Merge branch 'master' of github.com:limelight-stream/limelight-pc
# By Cameron Gutman (15) and others
# Via Cameron Gutman (2) and Diego Waxemberg (1)
* 'master' of github.com:limelight-stream/limelight-pc:
  Update common jar
  Fix library loading on Windows when not using a JAR
  Delete the extracted libraries when Limelight terminates
  Update common jar
  Write a better native library loader so DLLs are no longer extracted to the current directory on Windows.
  Suppress log spam from jinput on Windows 8 and higher
  Rough Draft of Icon
  Fix settings.lime being created as a directory. See GitHub issue 1 for details.
  Update limelight-common jar
  Use the stream's frame rate as the redraw rate instead of always refreshing at 30 FPS
  Don't print stack traces for InterruptExceptions. Call the NvConnectionListener class to terminate the stream without causing the unexpected termination error dialog.
  Fix resolution changing on Windows. Improve the resolution selection algorithm.
  Only use the audio buffer hack on OS X
  dynamically increase the buffer size if we build up to large of a queue
  Revert "Try to workaround Java's poor OS X mixer"
  Try to workaround Java's poor OS X mixer
  Move audio buffering responsibility onto us and simply fill whatever the runtime gives us

Conflicts:
	src/com/limelight/Limelight.java
	src/com/limelight/binding/audio/JavaxAudioRenderer.java
	src/com/limelight/gui/StreamFrame.java
2013-12-29 13:24:22 -05:00
2013-12-15 14:13:32 -05:00
2013-12-15 14:13:32 -05:00
2013-12-15 14:13:32 -05:00
2013-12-15 14:13:32 -05:00
2013-12-15 14:13:32 -05:00
2013-12-15 14:32:37 -05:00
2013-12-11 21:08:23 -05:00

#Limelight

Limelight is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield, but built for Linux/OSX/Windows.

Limelight-pc allows you to stream your full collection of Steam games from your powerful Windows desktop to another PC running Linux/OSX/Windows.

Limelight also has an Android implementation.

##Features

  • Streams Steam and all of your games from your PC to your Linux/OSX/Windows machine.
  • Keyboard and Mouse support
  • Full gamepad support for XBOX 360
  • Full OSX Support
  • Partial Linux Support

##Features to come

  • Better Linux mouse support
  • Windows support
  • PS3/PS4 support
  • Use mDNS to scan for compatible GFE machines on the network
  • Choose from the list of available games instead of just launching Steam

##Installation

  • Bundled solutions are not yet available for Limelight-pc, but it can be run by downloading the source and exporting a JAR.
  • Download GeForce Experience and install on your Windows PC

##Requirements

  • GFE compatible computer with GTX 600/700 series GPU
  • High-end wireless router (802.11n dual-band recommended) or Wired network

##Usage

  • Ensure your machines are on the same network
  • Turn on Shield Streaming in the GFE settings
  • In Limelight, enter your PC's IP or Hostname and click "Pair".
  • Accept the pairing confirmation on your PC
  • In Limelight, click "Start Streaming"
  • Play games!

##Contribute

This project is being actively developed at XDA

  1. Fork us
  2. Write code
  3. Send Pull Requests

##Authors

Limelight is the work of students at Case Western and was started as a project at MHacks.

Description
Gamestream client for embedded systems
Readme GPL-3.0 79 MiB
Languages
C 93.5%
CMake 6.5%