mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Resolve the duplicate NaCl instance issue that caused all kinds of havoc
This commit is contained in:
parent
cd908c3378
commit
27fa24cfbc
11
index.html
11
index.html
@ -7,7 +7,7 @@
|
|||||||
<script src="common.js"></script>
|
<script src="common.js"></script>
|
||||||
<script src="index.js"></script>
|
<script src="index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body data-name="moonlight" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}">
|
<body data-name="moonlight-chrome" data-width="500" data-width="500" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}">
|
||||||
|
|
||||||
<h1>Moonlight</h1>
|
<h1>Moonlight</h1>
|
||||||
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
||||||
@ -20,12 +20,9 @@
|
|||||||
<p>Enter the IP or Hostname of the GFE streaming computer, then hit enter:</p>
|
<p>Enter the IP or Hostname of the GFE streaming computer, then hit enter:</p>
|
||||||
<input type="text" size="15" id="GFEHostIPField" value="127.0.0.1">
|
<input type="text" size="15" id="GFEHostIPField" value="127.0.0.1">
|
||||||
|
|
||||||
<div id="listener">
|
<!-- The NaCl plugin will be embedded inside the element with id "listener".
|
||||||
<embed id="moonlight"
|
See common.js. -->
|
||||||
width=0 height=0
|
<div id="listener"></div>
|
||||||
src="pnacl/Release/moonlight-chrome.nmf"
|
|
||||||
type="application/x-pnacl" />
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user