46 Commits

Author SHA1 Message Date
Cameron Gutman
c3453ce2b8 Raise modifier keys on disconnect 2019-01-19 17:25:53 -08:00
Cameron Gutman
b993edae58 Enable strict bitrate limits for remote streaming 2019-01-04 18:39:05 -08:00
Cameron Gutman
ee803c6247 Switch to using stun.moonlight-stream.org for STUN 2019-01-04 18:12:47 -08:00
Cameron Gutman
0ddf07f4de Require cert pinning for HTTPS 2018-12-24 17:48:01 -08:00
Cameron Gutman
7f9c71805e Increase mouse polling rate to 5 ms to match PC 2018-11-17 13:18:35 -08:00
Cameron Gutman
4613d4977c Add automatic detection of WAN IP address 2018-11-17 11:27:59 -08:00
Cameron Gutman
94df20bbee Improve performance of PC polling with many paired PCs 2017-09-02 20:30:18 -07:00
Cameron Gutman
37387e151f Batch mouse movement events to reduce input lag with high polling rate mice 2017-06-23 16:43:10 -07:00
Cameron Gutman
59e3a104ba Update to latest moonlight-common-c 2017-06-11 15:52:03 -07:00
Cameron Gutman
ee5ee588bc Update to support GFE 3.0.7 2016-10-05 19:25:51 -07:00
Cameron Gutman
77477722d3 Display an error message if the video renderer fails to initialize 2016-09-11 23:50:02 -07:00
Cameron Gutman
5b8e4e3abe Fix deadlock when calling StopConnection() during connection startup 2016-09-11 23:36:28 -07:00
Cameron Gutman
7392ea4ad7 Fix returning binary data for box art 2016-07-04 14:18:01 -07:00
Cameron Gutman
e90fe56f2b Generate a unique remote input key per connection. This closes #54 2016-05-09 19:19:26 -04:00
Cameron Gutman
fcc4edb556 Use larger video packets to offset the higher packet reception overhead of NaCl 2016-05-08 11:48:18 -04:00
Cameron Gutman
f0b8604147 Only filter keyboard events to ensure Esc still works when mouse lock is disabled 2016-05-06 14:51:43 -04:00
Cameron Gutman
ea80c6e3ef Don't request filtering on input events. It needlessly increases CPU usage. 2016-05-06 13:18:42 -04:00
Gustavo
2682ab6530 Clean pairing, simple cache app list, added mDNS support 2016-04-07 10:51:32 -03:00
Cameron Gutman
f18dbd88e0 Implement NaCl-side of pairing with Gen 7 servers 2016-03-31 11:54:06 -04:00
Cameron Gutman
5d17ee2bae Merge branch 'master' into nacl_pairing 2016-03-10 23:29:16 -08:00
Cameron Gutman
b796b496dd Use the server major version pulled from serverinfo when starting a stream 2016-03-10 22:37:26 -08:00
Cameron Gutman
be7f316c50 Reduce usage of g_Instance 2016-02-29 13:37:53 -05:00
Cameron Gutman
4832237a11 Pairing is working 2016-02-28 00:25:49 -05:00
Cameron Gutman
b26869e93b Merge branch 'master' into js
Conflicts:
	moonlight.hpp
2016-02-26 23:10:31 -05:00
Cameron Gutman
e7b45e5b6c Set the graphics context size using the width and height of the stream instead of the initial size of the NaCl element. This closes issue #16 2016-02-25 22:48:22 -05:00
Gustavo
c420db5373 New message handling, and new NvAPI 2016-02-25 07:58:36 -03:00
Aidan Campbell
ad9aadc30f added support for bitrate selection. This closes #9 2016-02-19 12:28:19 -05:00
Cameron Gutman
5e66aee4dd Update hardcoded server major version to 5 for testing 2016-02-19 12:15:46 -05:00
Aidan Campbell
acfe4d8be6 now choosing video parameters makes a difference 2016-02-18 21:55:27 -05:00
Aidan Campbell
8dfa196a13 saving and loading hostname 2016-02-18 17:41:40 -05:00
Cameron Gutman
cce9cc5fb5 Return to the app page if the connection fails when starting up 2016-02-18 01:12:55 -05:00
Cameron Gutman
38d7b5d6c3 Fix returning to the app screen after stopping the stream. Remove messages that aren't meant to be handled in NaCl. 2016-02-18 01:05:58 -05:00
Cameron Gutman
8bac82b694 Fix deadlock on self-initiated connection termination 2016-02-18 00:47:57 -05:00
Cameron Gutman
f90578882d Implement Ctrl+Alt+Shift+Q to terminate the stream 2016-02-16 20:27:22 -05:00
Aidan Campbell
b634ab84f1 switched to single HTML file by hiding certain regions 2016-02-14 20:33:10 -05:00
Cameron Gutman
c9e65715cb Add audio decoding support 2016-02-14 00:35:39 -05:00
Cameron Gutman
e9870cde4f Fix streaming 2016-02-13 18:32:13 -05:00
Aidan Campbell
3cfeca7d92 refactored HTML button hooks
moved status messages to new field
2016-02-13 17:27:56 -05:00
Cameron Gutman
b7032a8957 Rendering is now working 2016-02-13 14:49:27 -05:00
Cameron Gutman
e67a841a3e Rendering WIP 2016-02-13 12:14:13 -05:00
Cameron Gutman
e72be415c3 Poll every 10 ms for gamepad input instead of constantly 2016-02-13 09:28:13 -05:00
Cameron Gutman
9a38318210 Video decoding is partially working 2016-02-13 09:12:41 -05:00
Cameron Gutman
7ea534c692 Basic streaming and mouse input works 2016-02-13 07:19:57 -05:00
Cameron Gutman
b5b6329c9d Move MoonlightInstance declaration into a header 2016-02-13 02:15:33 -05:00
Cameron Gutman
2e52d68fd7 Initialize nacl_io the correct way for BSD socket emulation to work 2016-02-13 00:50:14 -05:00
Cameron Gutman
364b8d6e9b Add a basic entry point to allow the nexe to link 2016-02-12 22:23:26 -05:00