-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlist.json
70 lines (70 loc) · 1.79 KB
/
list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"config":{
"listenHost":"0.0.0.0",
"listenPort":"8080"
},
"RTD":{
"playlist":"https://rtmp.api.rt.com/hls/rtdru360.m3u8",
"bufferTime":25000,
"checkInterval":2500,
"lastFilesCnt":25,
"cleanAfter":300000
},
"RT":{
"playlist":"http://rt-news.secure.footprint.net/1103-inadv-qidx-1k_v5.m3u8",
"bufferTime":25000,
"checkInterval":2500,
"cleanAfter":300000,
"lastFilesCnt":50
},
"IZ":{
"playlist":"https://hls-igi.cdnvideo.ru/igi/igi1_lq/playlist.m3u8",
"bufferTime":15000,
"checkInterval":3000,
"cleanAfter":300000,
"lastFilesCnt":30
},
"RBC":{
"playlist":"http://e4.online.video.rbc.ru/online2/rbctv_576p/index.m3u8",
"bufferTime":25000,
"checkInterval":2000,
"cleanAfter":300000,
"lastFilesCnt":50
},
"R24":{
"playlist":"http://gorod.tv/s/live/7/v94.142.140.147/$nowSec/0.m3u8",
"bufferTime":15000,
"checkInterval":2000,
"lastFilesCnt":50,
"cleanAfter":300000,
"cookieUrl":"http://gorod.tv/web/",
"stopNowTimeAtStart":true
},
"MATCH":{
"playlist":"http://gorod.tv/s/live/3/178.72.65.174/$nowSec/0.m3u8",
"bufferTime":15000,
"checkInterval":2000,
"lastFilesCnt":50,
"cleanAfter":300000,
"cookieUrl":"http://gorod.tv/web/",
"stopNowTimeAtStart":true
},
"OTR":{
"playlist":"http://gorod.tv/s/live/9/178.72.65.174/$nowSec/0.m3u8",
"bufferTime":15000,
"checkInterval":2000,
"cleanAfter":300000,
"lastFilesCnt":50,
"cookieUrl":"http://gorod.tv/web/",
"stopNowTimeAtStart":true
},
"TVC":{
"playlist":"http://gorod.tv/s/live/10/178.72.65.174/$nowSec/0.m3u8",
"bufferTime":15000,
"checkInterval":2000,
"cleanAfter":300000,
"lastFilesCnt":50,
"cookieUrl":"http://gorod.tv/web/",
"stopNowTimeAtStart":true
}
}