File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ IPTV工具,功能列表如下:
7
7
* 提供EPG在线接口,支持xmltv和json两种格式。
8
8
9
9
### 配置说明
10
+
10
11
详细说明参见config.yml文件
11
12
12
13
### 使用介绍
@@ -63,10 +64,10 @@ http://IP:PORT/channel/m3u?csFormat={format}&multiFirst={multiFirst}
63
64
64
65
1 . 参数csFormat可指定回看catchup-source的请求格式,非必填。可选值如下:
65
66
66
- | 值 | 是否缺省 | 说明 |
67
- |---|------|-------------------------------------------------------|
68
- | 0 | 是 | ` ?playseek=${(b)yyyyMMddHHmmss}-${(e)yyyyMMddHHmmss} ` |
69
- | 1 | 否 | ` ?playseek={utc:YmdHMS}-{utcend:YmdHMS} ` |
67
+ | 值 | 是否缺省 | 说明 |
68
+ | ---| ------| -------------------------------------------------------|
69
+ | 0 | 是 | ` ?playseek=${(b)yyyyMMddHHmmss}-${(e)yyyyMMddHHmmss} ` |
70
+ | 1 | 否 | ` ?playseek={utc:YmdHMS}-{utcend:YmdHMS} ` |
70
71
71
72
2 . 参数multiFirst:当频道存在多个URL地址时,是否优先使用组播地址。可选值:` true ` 或` false ` 。非必填,缺省为` true ` 。
72
73
You can’t perform that action at this time.
0 commit comments