Commit 9c215128a5c9aeaa1ab5c01e0cd422058130c094
1 parent
45b80089
0,1
Showing
1 changed file
with
1 additions
and
1 deletions
8.直播云/1.2 获取直播URL接口.md
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | | cid| string | true | 直播频道ID | | 15 | | cid| string | true | 直播频道ID | |
| 16 | | uid| string | false | 用户标识(uuid_时间戳),不传为0 | | 16 | | uid| string | false | 用户标识(uuid_时间戳),不传为0 | |
| 17 | | sid| string | false | 用户ID,不传为0 | | 17 | | sid| string | false | 用户ID,不传为0 | |
| 18 | -| type | string | false | hls(H5/APP使用),mp4(Flash使用),不传则默认为hls | 18 | +| type | int | false | 0(HLS流),1(RTMP/MP4流),不传则默认为0 |
| 19 | | retry | int | false | 重试次数,从0开始,不断累加,不传为0 | | 19 | | retry | int | false | 重试次数,从0开始,不断累加,不传为0 | |
| 20 | | rate | int | false | 1-流畅,2-标清,3-高清,4-超清,不传为0 | | 20 | | rate | int | false | 1-流畅,2-标清,3-高清,4-超清,不传为0 | |
| 21 | | sign | String | false | APP必须使用,H5不用,签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | | 21 | | sign | String | false | APP必须使用,H5不用,签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | |
| 22 | \ No newline at end of file | 22 | \ No newline at end of file |