Skip to content

Releases: sproctor/ONVIF-Camera-Kotlin

2.1.5

12 Sep 14:54

Choose a tag to compare

  • Update to Kotlin 2.2.20
  • Update to Gradle 8.14.3
  • Migrate to Android Kotlin Multiplatform library Gradle plugin
  • Remove experimental XML serialization usage

Full Changelog: v2.1.4...v2.1.5

2.1.4

28 May 15:54

Choose a tag to compare

  • Updated dependencies

Full Changelog: v2.1.3...v2.1.4

2.1.2

17 Jan 22:22

Choose a tag to compare

  • Accidentally replaced the protocols in getStreamUri and getSnapshotUri. Changed that to just use the host from the given address
  • The entire packet buffer was being sent to the XML parser instead of just the written part.
  • Non-default ports were not being kept in the requests. Thanks to @kaushalbx
  • Fixed disabling loopback on Android versions before SDK 33.

2.1.1

14 Jan 21:09

Choose a tag to compare

  • Increased packet buffer size to work with cameras with larger discovery responses.