Swiftpack.co - Swift Packages by shogo4405

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by shogo4405

shogo4405/HaishinKit.swift 1.7.6
Camera and Microphone streaming library via RTMP and SRT for iOS, macOS, tvOS and visionOS.
⭐️ 2,689
🕓 2 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.7.6
3 weeks ago
## Related Issues * https://github.com/shogo4405/HaishinKit.swift/issues?q=is%3Aclosed+milestone%3A1.7.6 ## What's Changed * Update review workflow. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1396 * CocoaPods visionOS supports by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1371 * Support attachVideo() for visionOS. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1395 * Fixed issue with audio playback in SRT. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1401 **Full Changelog**: https://github.com/shogo4405/HaishinKit.swift/compare/1.7.5...1.7.6
1.7.5
4 weeks ago
## Note The implementation of methods such as FCPublish, which have been used in FMLE until now, was not done correctly. We have been experiencing the same issue since the release, but because there is a possibility of it causing bugs, we have now fixed the implementation to be correct. For those who wish to use FMLE sequence processing, please specify the same value for fcPublishName as you would for publish(name): Specify it as the second argument in the constructor of RTMPStream: 1. stream = RTMPStream(connection, fcPublishName) 2. Set a value for stream.fcPublishName. ## Related Issues * https://github.com/shogo4405/HaishinKit.swift/issues?q=is%3Aclosed+milestone%3A1.7.5 ## What's Changed * Implement timestamp recalculation for audio buffers by @levs42 in https://github.com/shogo4405/HaishinKit.swift/pull/1385 * Set IOVideoUnit inputFormat when new buffer is available by @levs42 in https://github.com/shogo4405/HaishinKit.swift/pull/1387 * Add workground feature RTMPStream.send. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1390 * Support FMLE-compatible sequences(releaseStream/FCPublish) by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1393 **Full Changelog**: https://github.com/shogo4405/HaishinKit.swift/compare/1.7.4...1.7.5
1.7.4
9 weeks ago
## Related Issues * https://github.com/shogo4405/HaishinKit.swift/issues?q=is%3Aclosed+milestone%3A1.7.4 ## What's Changed * Bump fastlane from 2.217.0 to 2.218.0 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1366 * Fix: fix some typos by @Taehyeon-Kim in https://github.com/shogo4405/HaishinKit.swift/pull/1368 * Added a mechanism to obtain the CMSampleBuffer of the video through a… by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1370 * Bump fastlane from 2.218.0 to 2.219.0 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1372 * Bump cocoapods from 1.14.3 to 1.15.0 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1374 * Bump cocoapods from 1.15.0 to 1.15.2 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1376 * Change RTMPStream readyState observers to open by @levs42 in https://github.com/shogo4405/HaishinKit.swift/pull/1375 * Add an option to show video output on a drawable without video effects by @levs42 in https://github.com/shogo4405/HaishinKit.swift/pull/1377 * Validate audio channel map before applying by @levs42 in https://github.com/shogo4405/HaishinKit.swift/pull/1379 ## New Contributors * @Taehyeon-Kim made their first contribution in https://github.com/shogo4405/HaishinKit.swift/pull/1368 * @levs42 made their first contribution in https://github.com/shogo4405/HaishinKit.swift/pull/1375 **Full Changelog**: https://github.com/shogo4405/HaishinKit.swift/compare/1.7.3...1.7.4
1.7.3
16 weeks ago
## Related Issues * https://github.com/shogo4405/HaishinKit.swift/issues?q=is%3Aclosed+milestone%3A1.7.3 ## What's Changed * Seamlessly handle the mixing of multiple cameras. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1352 * Configuration for IOVideoCaptureUnit. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1355 * Fix crash set RTMPConneciton.timeout. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1360 * Fix: SwiftUI fixes for initial video and audio by @jramer-vidflex in https://github.com/shogo4405/HaishinKit.swift/pull/1362 * Fix CMTime to AVAudioTime. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1365 ## New Contributors * @jramer-vidflex made their first contribution in https://github.com/shogo4405/HaishinKit.swift/pull/1362 **Full Changelog**: https://github.com/shogo4405/HaishinKit.swift/compare/1.7.2...1.7.3
1.7.2
19 weeks ago
It is now possible to add the multi-camera feature after the initial setup. If you anticipate using the multi-camera functionality, please set `stream.isMultiCamSessionEnabled = true` during the initialization of the stream. - https://github.com/shogo4405/HaishinKit.swift/discussions/1327 ## Related Issues * https://github.com/shogo4405/HaishinKit.swift/issues?q=is%3Aclosed+milestone%3A1.7.2 ## What's Changed * Refactor IOVideoUnit#attachCamera method. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1336 * fixed Please change Set<VideoEffect> to array. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1337 * Bump fastlane from 2.216.0 to 2.217.0 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1338 * Handling RTMPDataMessage. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1339 * Bump cocoapods from 1.14.2 to 1.14.3 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1341 * Encoding video for live streaming. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1340 * Corrected the implementation of the readyState. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1349 * stream#videoCapture performance improvement. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1351 **Full Changelog**: https://github.com/shogo4405/HaishinKit.swift/compare/1.7.1...1.7.2
1.7.1
24 weeks ago
## Related issues * https://github.com/shogo4405/HaishinKit.swift/issues?q=is%3Aclosed+milestone%3A1.7.1 ## What's Changed * Bump activesupport from 7.0.8 to 7.1.1 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1321 * Bump cocoapods from 1.13.0 to 1.14.2 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1326 * Fix Crashs since Xcode 14.3 compilation CIContext#render by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1328 * IOVideoCaptureUnit#colorFormat property by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1332 **Full Changelog**: https://github.com/shogo4405/HaishinKit.swift/compare/1.7.0...1.7.1
1.6.2
24 weeks ago
## What's Changed * Backporting Fix Crashs since Xcode 14.3 compilation CIContext#render by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1330 **Full Changelog**: https://github.com/shogo4405/HaishinKit.swift/compare/1.6.1...1.6.2
1.7.0
25 weeks ago
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: ```swift stream.audioSettings.sampleRate = 48000 ``` ## Note * [Migration Guide](https://github.com/shogo4405/HaishinKit.swift/wiki/Moving-from-1.6.0-APIs-to-1.7.x) ## Related issues * https://github.com/shogo4405/HaishinKit.swift/issues?q=is%3Aclosed+milestone%3A1.7.0 ## What's Changed * Bump fastlane from 2.214.0 to 2.215.0 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1295 * Audio resampling. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1294 * Rename loopback to isMonitoringEnabled by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1296 * Support downmix feature and refactor. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1298 * Revised the lipSync cinematic. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1300 * Bump cocoapods from 1.12.1 to 1.13.0 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1302 * Bump fastlane from 2.215.0 to 2.216.0 by @dependabot in https://github.com/shogo4405/HaishinKit.swift/pull/1301 * Availabe tvOS17.0 publish feature. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1303 * Creating RTMP onMetaData based on input data. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1304 * Support visionOS. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1307 * Support the NetBitRateStrategy. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1308 * Allow CGFloat values to be serialised. by @zachsimone in https://github.com/shogo4405/HaishinKit.swift/pull/1309 * Migration HKView to PiPHKView, MTHKView. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1311 * Add stream.appendAudioBuffer interface. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1314 * Remove HLSService feature. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1315 * Remove SRTStream.attachRawMedia/detachRawMedia. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1317 * Refactoring of IOMixer. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1319 * Bump to libsrt up 1.5.3 by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1320 ## New Contributors * @zachsimone made their first contribution in https://github.com/shogo4405/HaishinKit.swift/pull/1309 **Full Changelog**: https://github.com/shogo4405/HaishinKit.swift/compare/1.6.0...1.7.0
1.6.1
28 weeks ago
## What's Changed * Fixed the issue in 1.6.0 where onMetaData did not include width and height. - https://github.com/shogo4405/HaishinKit.swift/pull/1304 **Full Changelog**: https://github.com/shogo4405/HaishinKit.swift/compare/1.6.0...1.6.1
1.6.0
32 weeks ago
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 * https://github.com/shogo4405/HaishinKit.swift/issues?q=is%3Aclosed+milestone%3A1.6.0 ## What's Changed * Bump Xcode to 15.0. by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1284 * Bump to up 1.6.0 by @shogo4405 in https://github.com/shogo4405/HaishinKit.swift/pull/1293 **Full Changelog**: https://github.com/shogo4405/HaishinKit.swift/compare/1.5.8...1.6.0
iOS macOS tvOS macCatalyst
shogo4405/Logboard 2.5.0
Simple logging framework for your framework project.
⭐️ 26
🕓 1 week ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.5.0
2 weeks ago
I've updated the target version of the operating system. ## Requirements |-|iOS|macOS|tvOS|watchOS|visionOS|Xcode|Swift| |:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:| |2.5.0+|13.0+|10.15+|13.0+|6.0|1.0+|15.3+|5.8| |2.4.1+|12.0+|10.13+|12.0+|4.0|1.0+|15.0+|5.3| **Full Changelog**: https://github.com/shogo4405/Logboard/compare/2.4.2...2.5.0
2.4.2
4 weeks ago
**Full Changelog**: https://github.com/shogo4405/Logboard/compare/2.4.1...2.4.2
2.4.1
33 weeks ago
**Full Changelog**: https://github.com/shogo4405/Logboard/compare/2.4.0...2.4.1
2.4.0
33 weeks ago
## What's Changed * Bump activesupport from 7.0.4.3 to 7.0.7.2 by @dependabot in https://github.com/shogo4405/Logboard/pull/22 * Migration to Xcode15.0 by @shogo4405 in https://github.com/shogo4405/Logboard/pull/23 **Full Changelog**: https://github.com/shogo4405/Logboard/compare/2.3.1...2.4.0
1 year ago
## What's Changed * Bump sqlite3 from 1.5.0 to 1.5.2 by @dependabot in https://github.com/shogo4405/Logboard/pull/16 * Bump activesupport from 6.1.7 to 6.1.7.1 by @dependabot in https://github.com/shogo4405/Logboard/pull/17 * update log board by @mcelhennyi in https://github.com/shogo4405/Logboard/pull/20 * Bump activesupport from 6.1.7.1 to 6.1.7.3 by @dependabot in https://github.com/shogo4405/Logboard/pull/19 ## New Contributors * @mcelhennyi made their first contribution in https://github.com/shogo4405/Logboard/pull/20
2.3.0
1 year ago
## What's Changed * Bump to up 2.3.0 by @shogo4405 in https://github.com/shogo4405/Logboard/pull/15 **Full Changelog**: https://github.com/shogo4405/Logboard/compare/2.2.4...2.3.0
2.2.3
1 year ago
## What's Changed * Bump redcarpet from 3.5.0 to 3.5.1 by @dependabot in https://github.com/shogo4405/Logboard/pull/10 * Bump addressable from 2.7.0 to 2.8.0 by @dependabot in https://github.com/shogo4405/Logboard/pull/11 * Bump cocoapods-downloader from 1.4.0 to 1.6.3 by @dependabot in https://github.com/shogo4405/Logboard/pull/12 * Bump tzinfo from 1.2.7 to 1.2.10 by @dependabot in https://github.com/shogo4405/Logboard/pull/13 * merge https://github.com/shogo4405/LogboardConsole by @shogo4405 in https://github.com/shogo4405/Logboard/pull/14 ## New Contributors * @dependabot made their first contribution in https://github.com/shogo4405/Logboard/pull/10 **Full Changelog**: https://github.com/shogo4405/Logboard/compare/2.2.2...2.2.3
Support Xcode12.0
3 years ago
3 years ago
4 years ago
iOS macOS watchOS tvOS macCatalyst
shogo4405/Usage 1.2.0
A (mac|watch|i|tv)OS Information Swift Wrapper Library
⭐️ 5
🕓 1 year ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics