Skip to content

Releases: NoobFullStack/camstream

CamStream v0.1.1

Choose a tag to compare

@NoobFullStack NoobFullStack released this 29 Aug 11:14

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

Choose a tag to compare

@NoobFullStack NoobFullStack released this 27 Aug 14:15

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.