Commit Graph

3019 Commits

Author SHA1 Message Date
shogo4405 6a33884433 refs #654 2020-04-12 23:34:38 +09:00
shogo4405 c04dd2b0ef disabled implicit_return 2020-04-12 20:32:53 +09:00
shogo4405 54a63ec9cf Merge pull request #663 from weitieda/master
Add SPM support in README
2020-04-12 18:49:20 +09:00
Tieda 0ce74f0b22 Add SPM support in README 2020-04-09 17:35:34 -04:00
mfclarke 121a2b8b80 Fix main thread access 2020-04-07 20:23:06 +10:00
shogo4405 7c62b704f5 Merge pull request #658 from mfclarke/fix_spm_support
Fix SPM support
2020-04-04 14:57:10 +09:00
mfclarke cf3c1201ba Add missing import statements 2020-03-29 16:31:29 +10:00
shogo4405 04c2832942 fix no audio playback 2020-03-16 00:30:58 +09:00
shogo4405 1f94865c6b jazzy♪ 1.0.7 2020-03-15 21:59:16 +09:00
shogo4405 0393a1a14f Update Gemfile.lock 2020-03-15 21:55:30 +09:00
shogo4405 6a34832da1 Bump to up 1.0.7. 2020-03-15 21:54:01 +09:00
shogo4405 70cdcc4d26 Use timeoutHandler to .userInteractive & Fix NetSocket. 2020-03-15 21:50:04 +09:00
shogo4405 0eee7234fa Update SampleHandler 2020-03-14 21:53:47 +09:00
shogo4405 1cd8ed861c Code formatting. 2020-03-08 23:34:39 +09:00
shogo4405 3b36b2b40f jazzy♪ 1.0.6 2020-03-08 17:52:18 +09:00
shogo4405 5084ecdf66 Bump to up 1.0.6 2020-03-08 17:49:09 +09:00
shogo4405 450157f47a move AVFoundation+Extension.swift 2020-03-07 19:34:50 +09:00
shogo4405 7c60a77f38 Merge pull request #650 from shogo4405/feature/video-mirror
Support isVideoMirrored property.
2020-03-07 19:03:52 +09:00
shogo4405 7f8d6b1754 Support isVideoMirrored property. 2020-03-07 17:42:22 +09:00
shogo4405 b97f0226f7 Merge pull request #646 from shogo4405/feature/fix-crash-netsocket
Refactoring NetSocket.swift
2020-03-07 15:04:20 +09:00
shogo4405 caf24f8b46 Refactoring NetSocket.swift 2020-03-07 14:32:33 +09:00
shogo4405 eae8854226 Update Ruby 2020-03-07 14:30:28 +09:00
shogo4405 814b947e66 Merge pull request #649 from dotimpact/master
maxKeyFrameIntervalDurationがIntだと設定されない
2020-03-06 15:02:24 +09:00
TANAKA Kotaro 747544beca fix toDouble to accept Int 2020-03-05 18:24:54 +09:00
shogo4405 89ffdf4cfe Migration RTMPStreamInfo OSAtomic -> Atomic 2020-03-01 18:23:11 +09:00
shogo4405 5cb859fe1e add statics delegate 2020-03-01 17:59:25 +09:00
shogo4405 48e122bad5 Merge pull request #645 from shogo4405/feature/no-use-osaatomics
NetStream class. Migration OSAtomic to Atomic.
2020-02-29 15:30:15 +09:00
shogo4405 2f1a9cbacc NetStream class. Migration OSAtomic to Atomic. 2020-02-29 15:26:38 +09:00
shogo4405 b9aa50e41e jazzy♪ 1.0.5 2020-02-29 14:10:12 +09:00
shogo4405 3323f8b521 Bump to up 1.0.5 2020-02-29 14:05:44 +09:00
shogo4405 74d25caf49 Refactoring VTCompressionSession 2020-02-24 19:43:35 +09:00
shogo4405 5df12774dc Update README.md 2020-02-24 14:24:20 +09:00
shogo4405 55a6083dc9 Update Gemfile.lock 2020-02-24 14:02:55 +09:00
shogo4405 7bf21be246 Call receiveVideo 2020-02-24 14:01:40 +09:00
shogo4405 2613b79eb6 Update Gemfile.lock 2020-02-16 20:24:22 +09:00
shogo4405 c84ff35c23 Merge pull request #640 from shogo4405/feature/audio-fix
Buffering CMSampleBuffer until accumulate 1024 numSamples.
2020-02-16 18:05:07 +09:00
shogo4405 06acf94c75 Update TestCase. 2020-02-16 17:06:38 +09:00
shogo4405 45b64b58e6 refs #58, Update README 2020-02-09 19:56:42 +09:00
shogo4405 04ede35edc swiftlint autocorrect 2020-02-08 18:01:44 +09:00
shogo4405 324a9562a5 fix typo mamimumBuffers 2020-02-03 03:04:01 +09:00
shogo4405 b8b255a847 Merge branch 'master' of https://github.com/shogo4405/HaishinKit.swift 2020-02-02 23:26:10 +09:00
shogo4405 f0c67d0da3 Update Gemfile.lock 2020-02-02 23:24:42 +09:00
shogo4405 25aab7dd0b Merge pull request #636 from thesingularitygroup/feature/troy/custom-capture
support custom capture
2020-02-02 23:17:32 +09:00
Troy Lamerton b207f3932b debug log when first video frame was sent 2020-02-02 11:35:10 +01:00
Troy Lamerton eaee6e035b render effects possible without a view
- creates CIContext on the fly when none exists
2020-02-02 11:34:52 +01:00
Troy Lamerton c369fe0c79 log common encoder errors
- log err when encoder prepare fails
- log err when encode failed due to parameter err
2020-02-02 11:34:00 +01:00
Troy Lamerton 75c0d18b37 fix: allow use of the CustomCaptureSession protocol 2020-02-02 11:31:37 +01:00
Troy Lamerton 481c8aef88 support custom screen capture
abstracted ScreenCaptureSession to new protocol CustomCaptureSession
2020-02-01 11:53:32 +01:00
shogo4405 3e9ae52bb5 1.0.4 1.0.4 2020-01-21 18:13:39 +09:00
shogo4405 ba03adf028 Merge pull request #635 from shogo4405/feature/fix-network-socket
fix Can't reconnect RTMPNWSocket.
2020-01-21 17:34:21 +09:00