rtmp、rtc推拉流支持加密
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
|
||||
@implementation AVLiveStreamModel
|
||||
|
||||
+ (NSDictionary *)modelCustomPropertyMapper {
|
||||
return @{
|
||||
@"xorKey" : @"xor_key"
|
||||
};
|
||||
}
|
||||
|
||||
- (NSString *)displayName {
|
||||
return self.stream.length > 0 ? self.stream : @"未知流";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user