Commit Graph

1881 Commits

Author SHA1 Message Date
shogo4405 1d851afe32 Bump to up 1.5.2. 2023-06-16 02:43:30 +09:00
shogo4405 74ca73795a fix tvOS compile error 2023-06-14 22:55:23 +09:00
shogo4405 b383042509
Merge pull request #1216 from shogo4405/feature/capture-session-other-thread
fixed #1209 AVCaptureSession startRunning] should be called from background thread.
2023-06-12 01:44:01 +09:00
shogo4405 56e817669f fixed #1209 2023-06-12 01:27:37 +09:00
shogo4405 442077e218
Merge pull request #1214 from shogo4405/feature/fix-crash-audio-samplebuffer
Fix Rare crash of makeSampleBuffer
2023-06-10 01:09:38 +09:00
shogo4405 0d3e7b7572
Merge pull request #1215 from shogo4405/feature/Improved-compatibility-rtmp
Improved RTMPDataMessage.
2023-06-08 00:24:48 +09:00
shogo4405 7867c44a27 Fix crash unsupported AVAudioFormat. 2023-06-08 00:22:47 +09:00
shogo4405 cfba9b6be2 Improved RTMPDataMessage. 2023-06-07 21:42:41 +09:00
shogo4405 c6901ba7a1 Fix can't compile next Xcode. 2023-06-07 20:26:52 +09:00
shogo4405 0994741b7c Remove no code. 2023-06-05 22:40:00 +09:00
shogo4405 2310c2403c
Merge pull request #1213 from shogo4405/feature/muted-properties
fixed When I set pause and resume, mute will not work bug
2023-05-31 00:15:25 +09:00
shogo4405 876ccf1699 fixed #998 2023-05-31 00:12:37 +09:00
shogo4405 f6489f866a
Merge pull request #1211 from shogo4405/dependabot/bundler/fastlane-2.213.0
Bump fastlane from 2.212.2 to 2.213.0
2023-05-30 20:02:16 +09:00
dependabot[bot] b5c59a7424
Bump fastlane from 2.212.2 to 2.213.0
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.212.2 to 2.213.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Commits](https://github.com/fastlane/fastlane/compare/fastlane/2.212.2...fastlane/2.213.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-28 00:57:38 +00:00
shogo4405 dd1899c8e0
Merge pull request #1207 from shogo4405/feature/dettach-camera
Detach camera device stream#attachCamera(nil)
2023-05-27 12:56:03 +09:00
shogo4405 1b1d613950 fixed #1205 2023-05-25 21:39:06 +09:00
shogo4405 52ad7d6ad4
Update README.md 2023-05-21 20:47:28 +09:00
shogo4405 1cebb9c91c Bump to up 1.5.1 2023-05-21 15:25:25 +09:00
shogo4405 591e090925
Merge pull request #1201 from shogo4405/feature/fix-recording
fixed #1198 fix can't save local recording.
2023-05-14 21:49:12 +09:00
shogo4405 5c09825119 fix failed test. 2023-05-14 21:33:15 +09:00
shogo4405 5d4787383a fixed #1198 fix can't save local recording. 2023-05-14 20:49:30 +09:00
shogo4405 6cef14c59d validate videocodecid 2023-05-13 14:46:53 +09:00
shogo4405 eef9eb0cb5 ExistentialAny 2023-05-07 21:27:41 +09:00
shogo4405 8675b37473 Smoothing rtmp playback. 2023-05-07 14:37:12 +09:00
shogo4405 b252405083
Update README.md 2023-05-06 02:30:30 +09:00
shogo4405 d72ae256da
Merge pull request #1195 from shogo4405/feature/rtmp-h265
Support RTMP with HEVC Enhancing RTMP, FLV.
2023-05-06 02:19:10 +09:00
shogo4405 cd57781dd3 Support RTMP with HEVC Enhancing RTMP, FLV. 2023-05-06 01:53:29 +09:00
shogo4405 28da84c16c
Merge pull request #1196 from shogo4405/fix/video-codec-drop-frame
Fix dropframe delegate.
2023-05-05 20:28:21 +09:00
shogo4405 39c03c3e17 Fix dropframe delegate. 2023-05-05 20:27:03 +09:00
shogo4405 7b4f896c16 Suppress warnings. 2023-05-05 20:09:22 +09:00
shogo4405 efa5c5e980 Remove RTMPReaderTests case. 2023-05-05 16:38:12 +09:00
shogo4405 da0abce59d Remove FLVReader class. 2023-05-04 15:49:02 +09:00
shogo4405 915758d0ec Bump to up 1.5.0. 2023-05-03 16:51:52 +09:00
shogo4405 f7f6ee42b0 Relocate the nested type is defined. 2023-05-03 16:25:01 +09:00
shogo4405 fdc9aa3272 Update README.md 2023-04-30 15:03:02 +09:00
shogo4405 263689ffaa Swift-DocC 2023-04-29 16:11:21 +09:00
shogo4405 434f6df596 Merge branch '1.4.x' 2023-04-29 14:50:04 +09:00
shogo4405 3d0e6fe470 Bump to up 1.4.6. 2023-04-29 14:45:18 +09:00
shogo4405 8dfdfd991c fix tvOS compile error. 2023-04-26 23:33:56 +09:00
shogo4405 954a3c85f4 add document lane. 2023-04-26 23:30:58 +09:00
shogo4405 da2fd3c8df fix tvOS compile error. 2023-04-26 22:42:56 +09:00
shogo4405 c84dce18ba fixed #1177 2023-04-26 21:48:57 +09:00
shogo4405 0f543dddbd add drop frame mechanism. 2023-04-26 20:27:48 +09:00
shogo4405 e14c6f0ecf
Merge pull request #1192 from shogo4405/feature/cancel-connections
RTMPNWSoccket will be gracefully close.
2023-04-26 18:29:32 +09:00
shogo4405 d5fd16b334 RTMPNWSoccket will be gracefully close. 2023-04-24 00:04:42 +09:00
shogo4405 7f3bb91ac4
Merge pull request #1188 from shogo4405/macos-catalyst
Support MacCatalyst for SPM.
2023-04-23 15:21:01 +09:00
shogo4405 ca931ec15e Support Mac Catalyst. 2023-04-23 15:08:28 +09:00
shogo4405 61c0715328
Merge pull request #1190 from shogo4405/dependabot/bundler/fastlane-2.212.2
Bump fastlane from 2.212.1 to 2.212.2
2023-04-23 14:12:09 +09:00
shogo4405 727a2af70f
Merge pull request #1191 from shogo4405/dependabot/bundler/cocoapods-1.12.1
Bump cocoapods from 1.12.0 to 1.12.1
2023-04-23 14:12:00 +09:00
dependabot[bot] 9913bbfea7
Bump cocoapods from 1.12.0 to 1.12.1
Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/CocoaPods/CocoaPods/releases)
- [Changelog](https://github.com/CocoaPods/CocoaPods/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CocoaPods/CocoaPods/compare/1.12.0...1.12.1)

---
updated-dependencies:
- dependency-name: cocoapods
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-23 00:57:32 +00:00