-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 953 Bytes
/
Copy pathconfig.json
File metadata and controls
35 lines (35 loc) · 953 Bytes
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
{
"server": {
"http_server_name": "example.com",
"http_port": ":8083",
"https_port": ":443"
},
"streams": {
"demo1": {
"url": "rtsp://171.25.232.20/d7b92541b4914c8e98104cba907864f8",
"fps_mode": "probe",
"fps_probe_time": 2,
"hls_segment_min_duration": 2,
"hls_segment_max_segments": 6
},
"demo2": {
"url": "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov",
"fps_mode": "fixed",
"fps": 24,
"hls_segment_min_duration": 2,
"hls_segment_max_segments": 6
},
"demo3": {
"url": "rtsp://171.25.232.18/jibxjyTXkaG2DYRXGrBIZ3rGeFT0Si",
"fps_mode": "probe",
"hls_segment_min_duration": 2,
"hls_segment_max_segments": 6
},
"demo4": {
"url": "rtsp://171.25.232.12/20_3Onl3Bf3Rgx12pph6FvMTygBD0ucQ3",
"fps_mode": "probe",
"hls_segment_min_duration": 2,
"hls_segment_max_segments": 6
}
}
}