rtmp、rtc推拉流支持加密
This commit is contained in:
@@ -27,6 +27,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 视频编码器(H.264/H.265)
|
||||
@property (nonatomic, assign) AVVideoCodec codec;
|
||||
|
||||
/// XOR 加密密钥(十六进制字符串,如 @"AABBCCDD"),为空则不加密
|
||||
@property (nonatomic, copy, nullable) NSString *xorKey;
|
||||
|
||||
// ============ 工厂方法 ============
|
||||
|
||||
/// 创建默认配置
|
||||
|
||||
Reference in New Issue
Block a user