Skip to content

Releases: shamanec/GADS-Android-stream

v1.3.0

Choose a tag to compare

@shamanec shamanec released this 06 Feb 15:54
3147a9b

What's Changed

  • Replace OrientationEventListener with Broadcast Receiver for Screen Capture by @gifflet in #9

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

Choose a tag to compare

@shamanec shamanec released this 25 Oct 14:55
  • Removed frame skipping logic, does not seem to be needed

v1.2.0

Choose a tag to compare

@shamanec shamanec released this 25 Oct 13:35
a7dad4f
  • Allowed sending message to the websocket in format targetFPS=15:jpegQuality=75:scalingFactor=50 to change the current stream behaviour and quality
  • Implemented frame skipping although not generally needed

v1.1.0

Choose a tag to compare

@shamanec shamanec released this 01 Mar 13:13
  • Streaming is now supported on Android 14 as well

v1.0.6

Choose a tag to compare

@shamanec shamanec released this 28 Nov 15:15
revert to old image serving

v1.0.4

Choose a tag to compare

@shamanec shamanec released this 19 Aug 12:08
  • Change stream socket message structure

v1.0.3

Choose a tag to compare

@shamanec shamanec released this 17 Aug 15:08
  • Reuse socket port potentially avoiding failures when GADS device containers are being restarted

v1.0.2

Choose a tag to compare

@shamanec shamanec released this 12 Apr 15:32
e8220a7
  • Reduced default JPEG quality to 90. Seems to improve FPS without affecting stream quality much
  • Reworked the way images from ImageReader are compressed potentially increasing FPS a little bit more

v1.0.1

Choose a tag to compare

@shamanec shamanec released this 15 Mar 11:28
  • Added option to control the stream JPEG quality through Intent extras
  • Lower quality can increase the FPS of the stream
  • Can only really be used when you start the stream app through the terminal with adb

v1.0.0

Choose a tag to compare

@shamanec shamanec released this 14 Mar 17:40
61dba45

First version of the android stream app