Releases: NoobFullStack/camstream
Releases · NoobFullStack/camstream
Release list
CamStream v0.1.1
Reproducible-build fix for F-Droid: disabled AGP's dependenciesInfo
block and, more importantly, its vcsInfo (version-control-info.textproto)
embedding - the latter was the actual cause of the earlier build
verification mismatch, since its content varies by build environment.
Verified locally: builds from a normal git checkout and from a plain
git-archive export (no .git at all) now produce byte-for-byte identical,
identically-signed APKs.
No functional changes from v0.1.0.
CamStream v0.1.0
Initial release: JPEG-codec video streaming over the DroidCam-compatible protocol, front/back camera switching, foreground service. See README.md for install/run instructions and PROTOCOL.md for the wire format.