Skip to content

Commit 5d9bbd2

Browse files
author
chenliming
committed
update
1 parent 909b49c commit 5d9bbd2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

LFLiveKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "LFLiveKit"
5-
s.version = "1.6.3"
5+
s.version = "1.6.4"
66
s.summary = "LaiFeng ios Live. LFLiveKit."
77
s.homepage = "https://github.com/chenliming777"
88
s.license = { :type => "MIT", :file => "LICENSE" }
Binary file not shown.

LFLiveKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.3</string>
18+
<string>1.6.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LFLiveKit/LFLiveSession.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ - (LFVideoCapture*)videoCaptureSource{
282282
- (id<LFStreamSocket>)socket{
283283
if(!_socket){
284284
if(self.liveType == LFLiveRTMP){
285-
_socket = [[LFStreamRtmpSocket alloc] initWithStream:self.streamInfo];
285+
_socket = [[LFStreamRtmpSocket alloc] initWithStream:self.streamInfo videoSize:self.videoConfiguration.videoSize reconnectInterval:self.reconnectInterval reconnectCount:self.reconnectCount];
286286
}else if(self.liveType == LFLiveFLV){
287287
_socket = [[LFStreamTcpSocket alloc] initWithStream:self.streamInfo videoSize:self.videoConfiguration.videoSize reconnectInterval:self.reconnectInterval reconnectCount:self.reconnectCount];
288288
}

0 commit comments

Comments
 (0)