rtmp、rtc推拉流支持加密

This commit is contained in:
caleb
2026-04-07 16:35:04 +08:00
parent bc56b7851d
commit 88800334ec
19 changed files with 370 additions and 147 deletions

View File

@@ -7,6 +7,12 @@
@implementation AVLiveStreamModel
+ (NSDictionary *)modelCustomPropertyMapper {
return @{
@"xorKey" : @"xor_key"
};
}
- (NSString *)displayName {
return self.stream.length > 0 ? self.stream : @"未知流";
}