Skip to content

Releases: shogo4405/HaishinKit.swift

1.6.2

09 Nov 11:12
Compare
Choose a tag to compare

What's Changed

  • Backporting Fix Crashs since Xcode 14.3 compilation CIContext#render by @shogo4405 in #1330

Full Changelog: 1.6.1...1.6.2

1.7.0

28 Oct 08:33
Compare
Choose a tag to compare

I have implemented the audio resampling feature. Additionally, I have added support for ingest feature on tvOS 17+ and visionOS. I have removed the HLS functionality as it was not being maintained.

The sampling rate can be specified as follows:

stream.audioSettings.sampleRate = 48000

Note

Related issues

What's Changed

New Contributors

Full Changelog: 1.6.0...1.7.0

1.6.1

07 Oct 04:27
Compare
Choose a tag to compare

What's Changed

  • Fixed the issue in 1.6.0 where onMetaData did not include width and height.

Full Changelog: 1.6.0...1.6.1

1.6.0

15 Sep 04:36
ba5af2f
Compare
Choose a tag to compare

This is a release for Xcode 15. The minimum supported versions for iOS and tvOS will be 12.0. There are some changes to certain methods, but the core functionality remains the same as in version 1.5.8.

Related issues

What's Changed

Full Changelog: 1.5.8...1.6.0

1.5.8

10 Sep 18:27
Compare
Choose a tag to compare

Related issues

What's Changed

Full Changelog: 1.5.7...1.5.8

1.5.7

26 Aug 04:56
Compare
Choose a tag to compare

Related issues

What's Changed

Full Changelog: 1.5.6...1.5.7

1.5.6

09 Aug 11:52
Compare
Choose a tag to compare

Note

Related issues

What's Changed

Full Changelog: 1.5.5...1.5.6

1.5.5

28 Jul 23:49
Compare
Choose a tag to compare

It is the same as the release notes for version 1.5.4. This version has been fixed to address the issue of not being able to build with SPM.

What's Changed

  • fixed Version 1.5.4 Cannot find 'UIApplication' in scope by @shogo4405 in #1247

Full Changelog: 1.5.4...1.5.5

1.5.4

23 Jul 08:49
Compare
Choose a tag to compare

Related issues

What's Changed

Full Changelog: 1.5.3...1.5.4

1.5.3

11 Jul 13:13
Compare
Choose a tag to compare

What's Changed

  • fixed RTMPStream.videoSettingsに設定した値がすぐにdefaultに上書きされる by @shogo4405 in #1222
  • fixed VTDecompressionSessionDecodeFrame fails with OSStatus=-12909 #57 by @shogo4405 in #1225
  • fix: notify TSWriterDelegate when a file handle is rotated by @joeflateau in #1227
  • Invoke delegate the stream(_ stream: NetStream, didOutput video: CMSa… by @shogo4405 in #1232

New Contributors

Full Changelog: 1.5.2...1.5.3