-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
458 lines (450 loc) · 19.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<!DOCTYPE HTML>
<!--
Escape Velocity by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<title>Moonlight Game Streaming: Play Your PC Games Remotely</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Moonlight allows you to play your PC games remotely on almost any device." />
<meta name="keywords" content="" />
<meta name="theme-color" content="#434343"/>
<link rel="manifest" href="/manifest.json"/>
<link rel="apple-touch-icon" sizes="57x57" href="/images/touch/icons-57.png"/>
<link rel="apple-touch-icon" sizes="60x60" href="/images/touch/icons-60.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="/images/touch/icons-72.png"/>
<link rel="apple-touch-icon" sizes="76x76" href="/images/touch/icons-76.png"/>
<link rel="apple-touch-icon" sizes="120x120" href="/images/touch/icons-120.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="/images/touch/icons-144.png"/>
<link rel="apple-touch-icon" sizes="152x152" href="/images/touch/icons-152.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="/images/touch/icons-180.png"/>
<link rel="icon" type="image/svg+xml" href="/images/moonlight.svg"/>
<link rel="icon" type="image/png" href="/images/manifest/icons-16.png" sizes="16x16"/>
<link rel="icon" type="image/png" href="/images/manifest/icons-32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="/images/manifest/icons-96.png" sizes="96x96"/>
<link rel="icon" type="image/png" href="/images/manifest/icons-192.png" sizes="192x192"/>
<link rel="canonical" href="https://moonlight-stream.org"/>
<link rel="alternate" hreflang="en" href="https://moonlight-stream.org" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<style>
#navPanel .link {
white-space: nowrap;
}
</style>
</head>
<body class="homepage">
<!-- Header -->
<div id="header-wrapper" class="wrapper">
<div id="header">
<!-- Logo -->
<div id="logo">
<h1>Moonlight</h1>
<p>Open source game streaming client</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="https://github.com/moonlight-stream">Github</a></li>
<li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide">Setup Guide</a></li>
<li><a href="#">Community</a>
<ul>
<li>
<a href="https://moonlight-stream.org/discord">
<div>Discord</div>
</a>
</li>
<li>
<a href="https://ideas.moonlight-stream.org">
<div>Suggestions</div>
</a>
</li>
</ul>
</li>
<li><a href="#">Host Downloads</a>
<ul>
<li>
<a href="https://github.com/LizardByte/Sunshine/releases">
<div>Sunshine</div>
</a>
</li>
<li>
<a href="https://www.geforce.com/geforce-experience">
<div>GeForce Experience</div>
</a>
</li>
<li>
<a href="https://github.com/moonlight-stream/Internet-Streaming-Helper/releases">
<div>Internet Hosting Tool</div>
</a>
</li>
</ul>
</li>
<li><a href="#">Client Downloads</a>
<ul>
<li>
<a href="https://github.com/moonlight-stream/moonlight-qt/releases">
<div>Windows, MacOS, Linux, Steam Link, and Raspberry Pi 4</div>
</a>
</li>
<li>
<a href="https://apps.apple.com/us/app/moonlight-game-streaming/id1000551566">
<div>iOS and Apple TV</div>
</a>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=com.limelight">
<div>Android</div>
</a>
</li>
<li>
<a href="https://www.amazon.com/gp/product/B00JK4MFN2">
<div>Amazon FireOS</div>
</a>
</li>
<li>
<a href="https://chrome.google.com/webstore/detail/moonlight-game-streaming/gemamigbbenahjlfnmlfdjhdnkpbkfjj">
<div>Google ChromeOS</div>
</a>
</li>
<li>
<a href="https://github.com/xyzz/vita-moonlight/releases">
<div>Playstation Vita Homebrew</div>
</a>
</li>
<li>
<a href="https://apps.microsoft.com/store/detail/moonlight-uwp/9MW1BS08ZBTH">
<div>Xbox One and Xbox Series S|X</div>
</a>
</li>
<li>
<a href="https://github.com/XITRIX/Moonlight-Switch/releases">
<div>Nintendo Switch Homebrew</div>
</a>
</li>
<li>
<a href="https://github.com/GaryOderNichts/moonlight-wiiu#quick-start">
<div>Wii U Homebrew</div>
</a>
</li>
<li>
<a href="https://github.com/mariotaku/moonlight-tv#download">
<div>LG webOS TV Homebrew</div>
</a>
</li>
<li>
<a href="https://github.com/moonlight-stream/moonlight-embedded/wiki/Packages">
<div>Single-board computers</div>
</a>
</li>
</ul>
</li>
<li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Frequently-Asked-Questions">FAQ</a></li>
</ul>
</nav>
</div>
</div>
<!-- Intro -->
<div id="intro-wrapper" class="wrapper style1">
<div class="title">What is Moonlight?</div>
<section id="intro" class="container">
<p class="style2">Moonlight allows you to play your PC games on almost any device, whether you're in another room or miles away from your gaming rig.</p>
<p class="style3"><strong>Moonlight</strong> (formerly Limelight) is an open source implementation of NVIDIA's GameStream protocol. We implemented the protocol used by the NVIDIA Shield and wrote a set of 3rd party clients.</p>
<br />
<p class="style3">You can stream your collection of PC games from your gaming PC to any supported device and play them remotely. Moonlight is perfect for gaming on the go without sacrificing the graphics and game selection available on PC.</p>
</section>
</div>
<!-- Moonlight features tab -->
<div class="wrapper style2">
<div class="title">Moonlight in Action</div>
<div id="main" class="container">
<!-- Image -->
<div class="image featured" title="Stream to all your devices">
<picture>
<source srcset="images/steam_framed.webp" type="image/webp">
<source srcset="images/steam_framed.png" type="image/png">
<img src="images/steam_framed.png" alt="" />
</picture>
</div>
<!-- Features -->
<section id="features">
<header class="style1">
<h2>Features</h2>
</header>
<div class="feature-list">
<div class="row">
<div class="6u">
<section>
<h3 class="fas fa-desktop">Stream at up to 4K with HDR support</h3>
<p>If you can see it on your PC, you can stream it using <strong>Moonlight</strong>, including your full Windows desktop at 4K with HDR on a capable client.</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="fas fa-bolt">Support for 120 FPS streaming</h3>
<p>Stream at up to 120 FPS using the <strong>Moonlight PC client</strong> with the option to disable V-Sync for the lowest possible latency.</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section>
<h3 class="fas fa-globe">Run your own cloud gaming server</h3>
<p>You can <strong>host your own gaming server</strong> on many residential ISPs using port forwarding, IPv6, software-defined virtual networks (ZeroTier, Tailscale, NordVPN Meshnet), and more.</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="fas fa-mobile-alt">Multiple client platforms</h3>
<p>If you have an Android device, iOS device, Apple TV, PC or Mac, Chromebook, PS Vita, Nintendo Switch, Wii U, Raspberry Pi, or even a LG webOS TV, you can use <strong>Moonlight</strong> to stream games to it.</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section>
<h3 class="fas fa-code">Open source</h3>
<p>The code for our <strong>Moonlight</strong> clients is hosted on <a href="https://github.com/moonlight-stream">GitHub</a> under the GPLv3 license. We welcome contributions and would be happy to help with ports to new platforms.</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="fab fa-creative-commons-nc">Completely free</h3>
<p><strong>Moonlight</strong> is a project run by the community, not a company. We have no interest in pushing ads, bundled services, paid versions with extra features, or subscriptions.</p>
</section>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Downloads -->
<div class="wrapper style3">
<div class="title">Download Moonlight</div>
<!-- Row 1 -->
<div id="highlights" class="container">
<!-- First row -->
<div class="row oneandhalf">
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/moonlight-stream/moonlight-qt">Moonlight for PC, Mac, and more</a></h3>
<p>Stream to Windows, MacOS, Linux, Steam Link devices, and Raspberry Pi 4</p>
<ul class="actions">
<li><a href="https://github.com/moonlight-stream/moonlight-qt/releases" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/moonlight-stream/moonlight-chrome">Moonlight for ChromeOS</a></h3>
<p>Stream to ChromeOS laptops and tablets</p>
<ul class="actions">
<li><a href="https://chrome.google.com/webstore/detail/moonlight-game-streaming/gemamigbbenahjlfnmlfdjhdnkpbkfjj"><img src="images/chrome_webstore.png" alt="Chrome Webstore Badge" width="206" height="58"></a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/moonlight-stream/moonlight-android">Moonlight for Android</a></h3>
<p>Stream to Android devices</p>
<ul class="actions">
<li><a href="https://play.google.com/store/apps/details?id=com.limelight"><img src="images/google-play-badge.png" alt="Download from Google Play" width="203" height="60" /></a></li>
<li><a href="https://www.amazon.com/gp/product/B00JK4MFN2"><img src="images/amazon-appstore-badge-english-black.png" alt="Download from the Amazon Appstore" width="203" height="60" /></a></li>
<li><a href="https://f-droid.org/packages/com.limelight"><img src="images/fdroid-badge.png" alt="Download from F-Droid" width="203" height="60" /></a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/moonlight-stream/moonlight-ios">Moonlight for iOS & Apple TV</a></h3>
<p>Stream to iPhone, iPad, iPod touch, and Apple TV</p>
<ul class="actions">
<li><a href="https://apps.apple.com/us/app/moonlight-game-streaming/id1000551566"><img src="images/App_Store_Badge_135x40.svg" alt="Download from the App Store" width="203" height="60" /></a></li>
</ul>
</section>
</div>
</div>
<!-- Second Row -->
<div class="row oneandhalf">
<div class="4u">
<section class="highlight">
<h3><a href="https://github.com/moonlight-stream/moonlight-embedded">Moonlight Embedded</a></h3>
<p>Stream to single-board computers</p>
<ul class="actions">
<li><a href="https://github.com/moonlight-stream/moonlight-embedded/wiki/Packages" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<h3><a href="https://github.com/TheElixZammuto/moonlight-xbox">Moonlight for Xbox</a></h3>
<p>Stream to Xbox One and Xbox Series S|X Consoles (Community Port)</p>
<ul class="actions">
<li><a href="https://apps.microsoft.com/store/detail/moonlight-uwp/9MW1BS08ZBTH"><img src="images/en-us%20dark.svg" alt="Download from the Microsoft Store" width="200" height="59" /></a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<h3><a href="https://github.com/xyzz/vita-moonlight">Moonlight for PS Vita (Homebrew)</a></h3>
<p>Stream to a Homebrew-enabled PlayStation Vita (Community port)</p>
<ul class="actions">
<li><a href="https://github.com/xyzz/vita-moonlight/releases" class="button style1">Download</a></li>
</ul>
</section>
</div>
</div>
<!-- Third row -->
<div class="row oneandhalf">
<div class="4u">
<section class="highlight">
<h3><a href="https://github.com/XITRIX/Moonlight-Switch">Moonlight for Nintendo Switch (Homebrew)</a></h3>
<p>Stream to a Homebrew-enabled Nintendo Switch (Community port)</p>
<ul class="actions">
<li><a href="https://github.com/XITRIX/Moonlight-Switch/releases" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<h3><a href="https://github.com/GaryOderNichts/moonlight-wiiu">Moonlight for Wii U (Homebrew)</a></h3>
<p>Stream to a Homebrew-enabled Wii U (Community port)</p>
<ul class="actions">
<li><a href="https://github.com/GaryOderNichts/moonlight-wiiu#quick-start" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<h3><a href="https://github.com/mariotaku/moonlight-tv">Moonlight for LG webOS TVs (Homebrew)</a></h3>
<p>Stream to a LG webOS TV in Developer Mode (Community port)</p>
<ul class="actions">
<li><a href="https://github.com/mariotaku/moonlight-tv#download" class="button style1">Download</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<!-- Compatible hosts -->
<div class="wrapper style1">
<div class="title">Compatible hosts</div>
<div class="container text-align-center">
<div class="row oneandhalf">
<div class="4u">
<section class="highlight">
<h3><a href="https://github.com/LizardByte/Sunshine">Sunshine</a></h3>
<p>An open-source host made from the ground up for Moonlight, Sunshine is the recommended host to start streaming with Moonlight.</p>
<ul class="actions">
<li><a href="https://github.com/LizardByte/Sunshine/releases" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<h3><a href="https://www.nvidia.com/en-us/geforce/geforce-experience/">GeForce Experience</a></h3>
<p>The original software to stream games to the NVIDIA SHIELD and Moonlight clients, GeForce Experience and its SHIELD streaming feature are now being discontinued by NVIDIA.</p>
<ul class="actions">
<li><a href="https://www.nvidia.com/en-us/geforce/geforce-experience/" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<h3><a href="https://games-on-whales.github.io/">Wolf</a></h3>
<p>A part of the Games on Whales project, Wolf allows streaming games and applications running inside Docker containers to Moonlight clients.</p>
<ul class="actions">
<li><a href="https://games-on-whales.github.io/" class="button style1">More details</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<!-- Moonlight getting started tab -->
<div class="wrapper style2">
<div class="title">Getting Started</div>
<div class="container text-align-center">
<p class="style3">Are you ready to stream? Check out our Setup Guide for tips on how to get started.<br />Have a
question? Check our FAQ page to see if it's already answered there.<br />Seasoned Moonlight user? Give back to the
community by joining our Discord and helping other users.</p>
<div class="row oneandhalf">
<div class="3u">
<section class="highlight">
<ul class="actions">
<li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide" class="button style1">Setup Guide</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<ul class="actions">
<li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Frequently-Asked-Questions" class="button style1">FAQ</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<ul class="actions">
<li><a href="https://ideas.moonlight-stream.org" class="button style1">Suggestions</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<ul class="actions">
<li><a href="https://moonlight-stream.org/discord" class="button style1">Discord</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<!--- Who We Are -->
<div class="wrapper style1">
<div class="title">Who We Are</div>
<section id="whoweare" class="container text-align-center">
<p>Moonlight was created by <a href="https://case.edu">Case Western Reserve University</a> students as a project at the <a href="https://mhacks.org">MHacks</a> hackathon in 2013 and further developed at MHacks and HackCWRU in 2014.</p>
<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/mrb113" class="user-mention">Michelle Bergeron</a></li>
<li><a href="https://github.com/yetanothername" class="user-mention">Andrew Hennessy</a></li>
<li><a href="https://github.com/raidancampbell" class="user-mention">Aidan Campbell</a></li>
</ul>
</section>
<!-- FOOTER -->
<section id="footer" class="container">
<p>Apple, the Apple logo, iPhone, and iPod touch are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc. Android, Google Play, and the Google Play logo are trademarks of Google Inc. GeForce, Shield, and GameStream are trademarks of NVIDIA Corporation. All other trademarks are property of their respective owners.</p>
<footer class="inner">
<p>© <span class="year">2020</span>. All rights reserved.</p>
<script>
var d = new Date();
document.querySelector('.year').innerText = d.getFullYear();
</script>
</footer>
</section>
</div>
<!-- GA outbound link events -->
<script>
!function(t){"use strict";var e=window.location.host;t("body").on("click",function(n){
function o(){document.location=a}if(!n.isDefaultPrevented()&&"function"==typeof ga){
var i=t(n.target).closest("a");if(1==i.length&&e!=i[0].host){n.preventDefault();
var a=i[0].href;ga("send",{hitType:"event",eventCategory:"outbound",eventAction:"link",
eventLabel:a,hitCallback:o}),setTimeout(o,1e3)}}})}(jQuery);
</script>
</body>
</html>