Skip to content

Releases: shogo4405/HaishinKit.kt

0.13.7

18 Jul 12:58
c5e61ec
Compare
Choose a tag to compare

We are using version 0.13.6 of the API, but I'm updating libraries and other dependencies.

Full Changelog: 0.13.6...0.13.7

0.13.6

07 Apr 12:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.5...0.13.6

0.13.5

31 Mar 15:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.4...0.13.5

0.13.4

24 Mar 08:38
Compare
Choose a tag to compare

Enhanced RTMP now supports HEVC playback and ingest.

stream.videoSetting.profileLevel = VideoCodecProfileLevel.HEVC_MAIN_3_1

What's Changed

  • Bump com.airbnb.android:lottie from 6.3.0 to 6.4.0 by @dependabot in #226
  • Bump org.jetbrains.dokka:dokka-gradle-plugin from 1.9.10 to 1.9.20 by @dependabot in #227
  • Bump com.android.tools.build:gradle from 8.2.2 to 8.3.0 by @dependabot in #225
  • Support for HEVC and AV1 codecs to the VideoCodec. by @shogo4405 in #228
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.22 to 1.9.23 by @dependabot in #230
  • Bump org.jetbrains.kotlin.android from 1.9.22 to 1.9.23 by @dependabot in #229
  • Bump com.android.tools.build:gradle from 8.3.0 to 8.3.1 by @dependabot in #231

Full Changelog: 0.13.3...0.13.4

0.13.3

03 Mar 15:29
Compare
Choose a tag to compare

Full Changelog: 0.13.2...0.13.3

0.13.2

24 Feb 06:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.1...0.13.2

0.13.1

12 Feb 13:30
Compare
Choose a tag to compare

I've added classes to enable the use of Lottie animations in live video streams.

Full Changelog: 0.13.0...0.13.1

0.13.0

04 Feb 05:07
Compare
Choose a tag to compare

Implemented the off-screen rendering feature. Our aim is to programmatically edit videos.

stream.attachVideo(cameraSource)

val text = Text()
text.textSize = 60f
text.textValue = "23:44:56"
text.layoutMargins.set(0, 0, 16, 16)
text.horizontalAlignment = ScreenObject.HORIZONTAL_ALIGNMENT_RIGHT
text.verticalAlignment = ScreenObject.VERTICAL_ALIGNMENT_BOTTOM
stream.screen.addChild(text)

val image = Image()
image.bitmap = BitmapFactory.decodeResource(resources, R.drawable.game_jikkyou)
image.verticalAlignment = ScreenObject.VERTICAL_ALIGNMENT_BOTTOM
image.frame.set(0, 0, 180, 180)
stream.screen.addChild(image)

What's Changed

Full Changelog: 0.12.0...0.13.0

0.12.0

03 Jan 06:20
Compare
Choose a tag to compare

What's Changed

  • Bump org.jetbrains.dokka:dokka-gradle-plugin from 1.8.20 to 1.9.10 by @dependabot in #194
  • Bump com.pinterest:ktlint from 0.48.1 to 0.51.0-FINAL by @dependabot in #193
  • Bump androidx.core:core-ktx from 1.10.1 to 1.12.0 by @dependabot in #189
  • Bump com.google.android.material:material from 1.9.0 to 1.11.0 by @dependabot in #204
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.0 to 1.9.22 by @dependabot in #205
  • Bump com.android.tools.build:gradle from 8.0.0 to 8.2.0 by @dependabot in #201
  • Bump to Android SDK up 34. by @shogo4405 in #207

Full Changelog: 0.11.2...0.12.0

0.11.2

25 Aug 01:06
Compare
Choose a tag to compare

What's Changed

  • Bump org.jlleitschuh.gradle:ktlint-gradle from 11.4.0 to 11.4.1 by @dependabot in #164
  • Bump org.jlleitschuh.gradle:ktlint-gradle from 11.4.1 to 11.4.2 by @dependabot in #165
  • Update fastlane lint lane. by @shogo4405 in #171
  • Bump org.jlleitschuh.gradle:ktlint-gradle from 11.4.2 to 11.5.0 by @dependabot in #170
  • Bump com.pinterest:ktlint from 0.49.1 to 0.50.0 by @dependabot in #169
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.1 to 1.7.2 by @dependabot in #168
  • Bump com.squareup.leakcanary:leakcanary-android from 2.11 to 2.12 by @dependabot in #167
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.1 to 1.7.2 by @dependabot in #166
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.2 to 1.7.3 by @dependabot in #175
  • Bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 by @dependabot in #174
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.22 to 1.9.0 by @dependabot in #172
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.2 to 1.7.3 by @dependabot in #173
  • Bump org.jlleitschuh.gradle:ktlint-gradle from 11.5.0 to 11.5.1 by @dependabot in #179
  • fixed java.net.URI.create IllegalArgumentException. by @shogo4405 in #181
  • Audio and video synchronization being disrupted. by @shogo4405 in #183
  • Remove GitHub dependencies due to lack of maintenance. by @shogo4405 in #184

Full Changelog: 0.11.1...0.11.2