Releases: shamanec/GADS-Android-stream
Releases · shamanec/GADS-Android-stream
v1.3.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Removed frame skipping logic, does not seem to be needed
v1.2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Streaming is now supported on Android 14 as well
v1.0.6
Compare
Sorry, something went wrong.
No results found
revert to old image serving
v1.0.4
Compare
Sorry, something went wrong.
No results found
Change stream socket message structure
v1.0.3
Compare
Sorry, something went wrong.
No results found
Reuse socket port potentially avoiding failures when GADS device containers are being restarted
v1.0.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
First version of the android stream app