Cameron Gutman
ce01223683
Implement crypto provider and GFE 2.1 compatibility
v2.3
2014-06-15 20:17:09 -07:00
Cameron Gutman
890ee846f7
Move Base64 encoding responsibilities out to the CryptoProviders for Android
2014-06-15 20:11:34 -07:00
Cameron Gutman
6a92ea74fc
Cleanup and bugfix pairing code.
2014-06-15 18:54:32 -07:00
Cameron Gutman
07cf96c5ce
Add support for secure pairing and input encryption to fix GFE 2.1 compatibility.
...
TODO:
Needs a LimelightCryptoProvider implementation for each platform to work.
Untested (and probably broken) on Android.
Needs more testing in general, especially in corner cases.
2014-06-15 04:40:47 -07:00
Cameron Gutman
e7501a488d
Raise the minimum button down threshold to minimize missed start button presses on OUYA
2014-06-01 17:11:40 -04:00
Cameron Gutman
5626e9663b
Fix Ouya controller combos and bump the version to 2.2.1.2
2014-05-31 16:33:51 -04:00
s0ckz
636c5f17f5
Different apps support and bug resolved
...
There was a bug that prevented the app from running again if it was
minimized. My solution is try to quit it before starting it again.
2014-05-30 20:05:46 -03:00
Cameron Gutman
01b35ccdd3
Controller handling improvements for Ouya
2014-05-27 23:45:30 -04:00
Cameron Gutman
e83bc747c8
Add assets and manifest updates for OUYA store
2014-05-24 20:28:38 -04:00
Cameron Gutman
4a2ee91700
Update Jar
2014-05-23 00:06:22 -04:00
Cameron Gutman
cbe4af7623
Remove extra files from TinyRTSP Jar
v2.2.1
2014-05-12 20:36:07 -05:00
Cameron Gutman
fc9e45270a
Bump version number up
2014-05-12 20:06:27 -05:00
Cameron Gutman
94c1fc2b66
Update common
2014-05-12 20:06:12 -05:00
Cameron Gutman
49999634c1
Lower floors even more since we're clamping min = max
2014-05-12 20:04:33 -05:00
Cameron Gutman
8e9d605248
Clamp to min = max so we can eliminate the time taken to scale the bitrate up to the ceiling
2014-05-12 20:00:52 -05:00
Cameron Gutman
a4e6738353
Update the A/V loss message
2014-05-12 19:42:00 -05:00
Cameron Gutman
0f815a0085
Fix variable names in the ConnectionStatusListener interface
2014-05-12 19:41:04 -05:00
Cameron Gutman
0c8c108bd1
Add support for sending proper packet loss statistics for server-side bandwidth scaling
2014-05-11 18:49:20 -05:00
Cameron Gutman
04941212cd
Tweak some config to improve QoS when streaming 1080p30 over a so-so connection
2014-05-11 13:51:35 -04:00
Cameron Gutman
09f4827d02
Update TinyRTSP Jar to work on Java 1.6
2014-05-11 13:41:29 -04:00
Cameron Gutman
9ad45a3ca3
Update TinyRTSP Jar to work on Java 1.6
2014-05-11 13:40:58 -04:00
Cameron Gutman
176c8e9b93
Remove the deviceName field to fix a warning
2014-05-11 13:33:51 -04:00
Cameron Gutman
52e4e81e35
Adjust bitrate floors and defaults based on user feedback
2014-05-11 13:32:49 -04:00
Cameron Gutman
f537588228
Don't use the devicename parameter when pairing anymore. It's not using since GFE 2.0.0 and it can cause problems if invalid characters get added to the URL
2014-05-11 13:31:04 -04:00
Cameron Gutman
e593c04001
Increase the size of the receive buffer for video data
2014-05-11 13:29:51 -04:00
Cameron Gutman
1095d7808c
Increase the size of the video ring buffer for high bitrate streaming
2014-05-11 13:29:20 -04:00
Cameron Gutman
d29dccba69
Stick to the older minimum when not using 1080p60
2014-05-07 23:56:38 -04:00
Cameron Gutman
56b752f63f
Fix dialog rundown crashes
2014-05-07 22:41:41 -04:00
Cameron Gutman
2e6e835a8e
Update bitrate label to be more intuitive
2014-05-07 22:41:02 -04:00
Cameron Gutman
d8b0a0ffb5
Style changes to compress the UI a bit
2014-05-07 22:29:39 -04:00
Cameron Gutman
b82d74474a
Behave better when in immersive mode. Take up the entire screen, instead of leaving the navigation bar empty. Re-enter immersive mode if the volume buttons are pressed
2014-05-07 22:17:16 -04:00
Cameron Gutman
508b855e36
Save the bitrate preference before starting a stream
2014-05-07 21:39:23 -04:00
Cameron Gutman
5efcd606e3
Increment version to 2.2
v2.2
2014-05-07 02:12:21 -04:00
Cameron Gutman
3524cdd764
Add TinyRTSP Jar
2014-05-07 02:12:07 -04:00
Cameron Gutman
a4098919b9
Add support for selecting maximum stream bitrate
2014-05-07 02:11:46 -04:00
Cameron Gutman
368cd8808d
Add support for selecting stream bitrate.
2014-05-07 02:11:10 -04:00
Cameron Gutman
09e7ff0582
Update TinyRTSP
2014-05-07 00:23:16 -04:00
Cameron Gutman
09177be8f7
Drop the maximum bitrate of 720p60 to 13 Mbps
2014-05-07 00:22:57 -04:00
Cameron Gutman
eaa08bada4
Convert byte[] to char[] manually since IBM437 isn't available on some platforms
2014-05-07 00:22:32 -04:00
Cameron Gutman
5f93d55dab
Don't convert IP string back into an InetAddress just leave it an InetAddress
2014-05-06 23:54:03 -04:00
Cameron Gutman
dfc0d518f8
Display an error if the PC is running a GFE version less than 2.0.1.
2014-05-06 23:40:09 -04:00
Cameron Gutman
eace3a0bf0
Update config to fix 720p60 and 1080p
2014-05-06 23:31:36 -04:00
Cameron Gutman
92adbe0983
Update control protocol for GFE 2.0.1
2014-05-06 23:31:09 -04:00
Cameron Gutman
aadbc3dd01
Update TinyRTSP
2014-05-06 21:31:36 -04:00
Cameron Gutman
d01a28c57f
Initial work on updating for GFE 2.0.1's new RTSP-based handshake protocol
2014-05-06 21:18:57 -04:00
Cameron Gutman
b52a6ce93c
Merge branch 'master' of github.com:cgutman/limelight
v2.1.6
2014-05-06 10:25:10 -04:00
Cameron Gutman
7ab4e5d0a5
Bump version to 2.1.6
2014-05-06 10:24:34 -04:00
Cameron Gutman
095dfd8035
Update common
2014-05-06 10:24:21 -04:00
Cameron Gutman
f7c33ef975
Display the same warning when trying to pair without an IP address supplied as we do when trying to stream
2014-05-06 10:23:39 -04:00
Cameron Gutman
4ee99a78b2
GFE 2.0.1 appears to have a bug where it drops all paired devices when the serverinfo query is sent with a uniqueid argument. Stop doing that to fix Limelight with GFE 2.0.1.
2014-05-06 10:21:17 -04:00