Compare commits

...

1 Commits

Author SHA1 Message Date
chenliming a805106ed2 编译不过呀pod 2016-10-21 14:47:39 +08:00
-5
View File
@@ -7,12 +7,7 @@
//
#import "LFStreamRTMPSocket.h"
#if __has_include(<pili-librtmp/rtmp.h>)
#import <pili-librtmp/rtmp.h>
#else
#import "rtmp.h"
#endif
static const NSInteger RetryTimesBreaken = 5; ///< 重连1分钟 3秒一次 一共20次
static const NSInteger RetryTimesMargin = 3;