Commit d1281e18a7c2d53ed6cf69ac69259851b7608de6

Authored by 刘基城
1 parent 8292ecfe

1

02.直播云/2.2 获取推流直播播放地址Flash.md
... ... @@ -13,6 +13,11 @@
13 13 | :----------- | :------: | :------: | :------: |
14 14 | appId | string | true | 应用ID |
15 15 | activityId| string | true | 活动ID,确保SP下的唯一性 |
  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 接口会返回实际的码流路数|
16 21 | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
17 22  
18 23  
... ...