提交 fa52f557 authored 作者: kongdywang's avatar kongdywang

ios playback with fileId support https request

(cherry picked from commit 8c2d6ba0)
上级 b9f2a0fb
......@@ -214,6 +214,7 @@ static const int CODE_ON_RECEIVE_FIRST_FRAME = 2003;
TXPlayerAuthParams *p = [TXPlayerAuthParams new];
p.appId = appId;
p.fileId = fileId;
p.https = YES;
if (sign.length > 0) {
p.sign = sign;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论