Commit 29c2fb1217f935bc0d01ee838764412cee8d95c2

Authored by 刘基城
1 parent bf3e78e2

修改参数名称

01.点播云/1.4 获取APP点播URL接口.md
1 1 ### 获取APP直播URL接口
2 2 -----
3   -#### URL: http://api.cnlive.com/open/api2/live_ips/liveplayByAPP
  3 +#### URL: http://api.cnlive.com/open/api2/vod_ips/vodplayByAPP
4 4 -----
5   -#### 接口说明: 返回播播放地址 (HLS or RTMP)
  5 +#### 接口说明: 返回播播放地址 (HLS or RTMP)
6 6 -----
7 7 #### 请求方式: HTTP GET
8 8 -----
... ... @@ -12,10 +12,10 @@
12 12 | 参数名 | 参数类型 | 必选 | 参数说明 |
13 13 | :----------- | :------: | :------: | :------: |
14 14 | appId | string | true | 应用ID |
15   -| channelID| string | true | 直播频道或主播ID |
  15 +| vId| string | true | 点播节目标识 |
16 16 | uid| string | false | 用户标识(uuid_时间戳),不传为0 |
17 17 | sid| string | false | 用户ID,不传为0 |
18 18 | isHLS | int | false | 0(FLV/MP4流),1(HLS流),不传则默认为1|
19 19 | retry | int | false | 重试次数,在0--4之间递增累加 |
20   -| rate | int | false | 1-流畅,2-标清,3-高清,4-超清,不传为2, getLiveActivityPlayInfo 接口会返回实际的码流路数|
  20 +| rate | int | false | 1-流畅,2-标清,3-高清,4-超清,不传为2,
21 21 | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
22 22 \ No newline at end of file
... ...