Commit 217ee7af00fb4b76adab2f3df71b4bbaaf555814

Authored by 李志鑫
1 parent 346aa687

1

02.直播云/1.01 播放器获取EPG信息接口.md
1 1 /*
2   -Title: 1.01 播放器获取直播信息接口
  2 +Title: 1.01 播放器获取直播信息接口 swf
3 3 */
4 4  
5 5 ### 接口描述 ###
6 6  
7 7  
8 8 ### 接口地址 ###
9   -http://api.cnlive.com/open/api2/live_epg/getChannelInfo4Player
  9 +http://api.cnlive.com/open/api2/live_epg/swf/getChannelInfo4Player
10 10  
11 11 ### 接口协议 ###
12 12 HTTP GET
... ... @@ -20,7 +20,7 @@ HTTP GET
20 20 |uid| string | false | 用户标识(uuid_时间戳) |
21 21 |sid| String | false | 用户ID |
22 22 |retry| int | false | 重试次数,在0~4之间累加 |
23   -|isHLS| int | false | 0:rtmp流,1:hls流( 默认 1 H5 使用 ) |
  23 +|isHLS| int | false | 0:rtmp流,1:hls流(默认0) |
24 24  
25 25 ### 返回值 ###
26 26  
... ...