Commit 6828ef8999a04358fbc846ce83e99b9c0b3a7f5a

Authored by 刘基城
1 parent d1281e18

1

02.直播云/2.3 获取推流直播播放地址H5.md
@@ -13,7 +13,11 @@ @@ -13,7 +13,11 @@
13 | :----------- | :------: | :------: | :------: | 13 | :----------- | :------: | :------: | :------: |
14 | appId | string | true | 应用ID | 14 | appId | string | true | 应用ID |
15 | activityId| string | true | 活动ID,确保SP下的唯一性 | 15 | activityId| string | true | 活动ID,确保SP下的唯一性 |
16 -| sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | 16 +| channelID| string | true | 活动ID,确保SP下的唯一性 |
  17 +| uid| string | false | 用户标识(uuid_时间戳),不传为0 |
  18 +| sid| string | false | 用户ID,不传为0 |
  19 +| retry | int | false | 重试次数,在0--4之间递增累加 |
  20 +| rate | int | false | 1-流畅,2-标清,3-高清,4-超清,不传为2, getLiveActivityPlayInfo 接口会返回实际的码流路数|
17 21
18 22
19 23