mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2025-07-01 15:25:34 +00:00
97 lines
4.3 KiB
HTML
97 lines
4.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
|
<meta name="description" content="Limelight : An open source implementation of NVIDIA Gamestream" />
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
|
|
|
<title>Limelight</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- HEADER -->
|
|
<div id="header_wrap" class="outer">
|
|
<header class="inner">
|
|
<a id="forkme_banner" href="https://github.com/limelight-stream">View on GitHub</a>
|
|
|
|
<h1 id="project_title"> Limelight</h1>
|
|
<h2 id="project_tagline">An open source implementation of NVIDIA GameStream</h2>
|
|
|
|
</header>
|
|
</div>
|
|
|
|
<!-- MAIN CONTENT -->
|
|
<div id="main_content_wrap" class="outer">
|
|
<section id="main_content" class="inner">
|
|
<h3>
|
|
<a name="what-is-limelight" class="anchor" href="#what-is-limelight"><span class="octicon octicon-link"></span></a>What is Limelight?</h3>
|
|
|
|
<p>Limelight is an open source implementation of NVIDIA's GameStream protocol. We reverse-engineered the protocol used by the NVIDIA Shield and implemented a set of 3rd party clients.</p>
|
|
|
|
<p>What does this mean for you? Limelight allows you to stream your full collection of Steam games from your <a href="http://shield.nvidia.com/play-pc-games/">GFE compatible PC</a> to any of your supported devices. </p>
|
|
|
|
<h3>
|
|
<a name="download" class="anchor" href="#download"><span class="octicon octicon-link"></span></a>Download</h3>
|
|
|
|
<p>Currently, Limelight is supported for streaming to your PC and to Android. Follow the links for information about how to get Limelight up and running yourself. </p>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/limelight-stream/limelight-android/releases">Limelight-android</a>
|
|
allows streaming to any compatible Android device.</li>
|
|
<li>
|
|
<a href="https://github.com/limelight-stream/limelight-pc/releases">Limelight-pc</a> allows
|
|
streaming to Linux/OSX/Windows.</li>
|
|
<li>
|
|
<a href="https://github.com/irtimmer/limelight-pi/releases">Limelight-pi</a> is an unofficial
|
|
port of limelight-pc that runs on the Raspberry Pi.</li>
|
|
</ul><h3>
|
|
<a name="whats-next" class="anchor" href="#whats-next"><span class="octicon octicon-link"></span></a>What's Next?</h3>
|
|
|
|
<p>Limelight for <a href="https://github.com/limelight-stream/limelight-iOS">iOS</a> and <a href="https://github.com/limelight-stream/limelight-wp">Windows Phone</a> are in development. Stay tuned!</p>
|
|
|
|
<h3>
|
|
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
|
|
|
|
<p>Limelight was created by <a href="http://case.edu">Case Western</a> students as a project at the <a href="http://mhacks.org">MHacks</a> hackathon in 2013 and further developed at MHacks in 2014. <br />
|
|
<ul>
|
|
<li><a href="https://github.com/cgutman" class="user-mention">Cameron Gutman</a></li>
|
|
<li><a href="https://github.com/dwaxemberg" class="user-mention">Diego Waxemberg</a></li>
|
|
<li><a href="https://github.com/aaronneyer" class="user-mention">Aaron Neyer</a></li>
|
|
<li><a href="https://github.com/yetanothername" class="user-mention">Andrew Hennessy</a></li>
|
|
<li><a href="https://github.com/mrb113" class="user-mention">Michelle Bergeron</a></li>
|
|
</ul></p>
|
|
|
|
<h3>
|
|
<a name="follow-along" class="anchor" href="#follow-along"><span class="octicon octicon-link"></span></a>Follow Along</h3>
|
|
|
|
<p>Want to keep up with the latest Limelight updates? Keep up with development at the <a href="http://forum.xda-developers.com/showthread.php?t=2505510">XDA Developers
|
|
Thread</a>.</p>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- FOOTER -->
|
|
<div id="footer_wrap" class="outer">
|
|
<footer class="inner">
|
|
<p>© <script type="text/javascript">var d = new Date();document.write(d.getFullYear());</script>. All rights reserved.</p>
|
|
</footer>
|
|
</div>
|
|
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-47339221-1', 'limelight-stream.com');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|