Commit c2ea422f90267de609c574b912d364ada685d834

Authored by 李志鑫
1 parent d535b1ae

12

01.点播云/2.2 更换点播播放接口.md
... ... @@ -11,11 +11,7 @@
11 11 #### 请求参数说明:
12 12 | 参数名 | 参数类型 | 必选 | 参数说明 |
13 13 | :----------- | :------: | :------: | :------: |
14   -| appId | string | true | 应用ID |
15   -| vId| string | true | 点播节目标识 |
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,
  14 +| activityId | string | true | 活动ID |
  15 +| hlsUrl | string | false | 需要替换的HLS类型的源地址 |
  16 +| mp4Url| string | false | 需要替换的MP4类型的源地址 |
21 17 | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
22 18 \ No newline at end of file
... ...