Commit 0e425683f3967ec4e8bf3a2b5ea967bc959b86fe
1 parent
11cde6cf
update
Showing
1 changed file
with
12 additions
and
12 deletions
8.直播云/1.1 获取直播活动信息接口.md
| ... | ... | @@ -22,15 +22,15 @@ HTTP GET |
| 22 | 22 | ``` json |
| 23 | 23 | { |
| 24 | 24 | "ret":"0", |
| 25 | + "mp4_url_rate2":"http://api.cnlive.com/open/api3/play/IPS/liveplay?cid=xinyingshi&sp_id=iqhpk8pl19", | |
| 25 | 26 | "mp4_url_rate1":"http://api.cnlive.com/open/api3/play/IPS/liveplay?cid=xinyingshi&sp_id=iqhpk8pl19", |
| 26 | - "mp4_url_rate0":"http://api.cnlive.com/open/api3/play/IPS/liveplay?cid=xinyingshi&sp_id=iqhpk8pl19", | |
| 27 | + "mp4_url_rate4":"", | |
| 27 | 28 | "mp4_url_rate3":"", |
| 28 | - "mp4_url_rate2":"", | |
| 29 | 29 | "status":"1", |
| 30 | + "hls_url_rate2":"http://api.cnlive.com/open/api3/play/IPS/liveplay?cid=xinyingshi&sp_id=iqhpk8pl19", | |
| 30 | 31 | "hls_url_rate1":"http://api.cnlive.com/open/api3/play/IPS/liveplay?cid=xinyingshi&sp_id=iqhpk8pl19", |
| 31 | - "hls_url_rate0":"http://api.cnlive.com/open/api3/play/IPS/liveplay?cid=xinyingshi&sp_id=iqhpk8pl19", | |
| 32 | + "hls_url_rate4":"", | |
| 32 | 33 | "hls_url_rate3":"", |
| 33 | - "hls_url_rate2":"", | |
| 34 | 34 | "msg":"请求成功", |
| 35 | 35 | "title":"测试活动", |
| 36 | 36 | "smallImg":"小图图片URL", |
| ... | ... | @@ -62,42 +62,42 @@ JSON属性说明: 四路播放地址至少一个有效 |
| 62 | 62 | <td>0:未开始/1:直播中/2:直播结束、回放生成中/3:已结束</td> |
| 63 | 63 | </tr> |
| 64 | 64 | <tr> |
| 65 | - <td>mp4_url_rate0</td> | |
| 65 | + <td>mp4_url_rate1</td> | |
| 66 | 66 | <td>播放地址,流畅</td> |
| 67 | 67 | <td>地址有防盗链,需要做播放签名</td> |
| 68 | 68 | </tr> |
| 69 | 69 | <tr> |
| 70 | - <td>mp4_url_rate1</td> | |
| 70 | + <td>mp4_url_rate2</td> | |
| 71 | 71 | <td>播放地址,标清</td> |
| 72 | 72 | <td>地址有防盗链,需要做播放签名</td> |
| 73 | 73 | </tr> |
| 74 | 74 | <tr> |
| 75 | - <td>mp4_url_rate2</td> | |
| 75 | + <td>mp4_url_rate3</td> | |
| 76 | 76 | <td>播放地址,高清</td> |
| 77 | 77 | <td>地址有防盗链,需要做播放签名</td> |
| 78 | 78 | </tr> |
| 79 | 79 | <tr> |
| 80 | - <td>mp4_url_rate3</td> | |
| 80 | + <td>mp4_url_rate4</td> | |
| 81 | 81 | <td>播放地址,超清</td> |
| 82 | 82 | <td>地址有防盗链,需要做播放签名</td> |
| 83 | 83 | </tr> |
| 84 | 84 | <tr> |
| 85 | - <td>hls_url_rate0</td> | |
| 85 | + <td>hls_url_rate1</td> | |
| 86 | 86 | <td>播放地址,流畅</td> |
| 87 | 87 | <td>地址有防盗链,需要做播放签名</td> |
| 88 | 88 | </tr> |
| 89 | 89 | <tr> |
| 90 | - <td>hls_url_rate1</td> | |
| 90 | + <td>hls_url_rate2</td> | |
| 91 | 91 | <td>播放地址,标清</td> |
| 92 | 92 | <td>地址有防盗链,需要做播放签名</td> |
| 93 | 93 | </tr> |
| 94 | 94 | <tr> |
| 95 | - <td>hls_url_rate2</td> | |
| 95 | + <td>hls_url_rate3</td> | |
| 96 | 96 | <td>播放地址,高清</td> |
| 97 | 97 | <td>地址有防盗链,需要做播放签名</td> |
| 98 | 98 | </tr> |
| 99 | 99 | <tr> |
| 100 | - <td>hls_url_rate3</td> | |
| 100 | + <td>hls_url_rate4</td> | |
| 101 | 101 | <td>播放地址,超清</td> |
| 102 | 102 | <td>地址有防盗链,需要做播放签名</td> |
| 103 | 103 | </tr> | ... | ... |