Commit 76328fd3374b032109bb4d6bfc4616ae5e275560
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
5 additions
and
0 deletions
02.直播云/2.1 获取推流直播播放地址APP.md
| ... | ... | @@ -13,6 +13,11 @@ |
| 13 | 13 | | :----------- | :------: | :------: | :------: | |
| 14 | 14 | | appId | string | true | 应用ID | |
| 15 | 15 | | channelID| string | true | 活动ID,确保SP下的唯一性 | |
| 16 | +| uid| string | false | 用户标识(uuid_时间戳),不传为0 | | |
| 17 | +| sid| string | false | 用户ID,不传为0 | | |
| 18 | +| isHLS | int | false | 0(FLV/MP4流),1(HLS流),不传则默认为1| | |
| 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 | ... | ... |