forked from kixelated/moq-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopo-def.yaml
46 lines (44 loc) · 920 Bytes
/
topo-def.yaml
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
# origi, test, opti
api: "opti"
# ffmpeg, clock, gst
mode: "gst"
# the track name determines 2 things:
# before the underscore is the video file resolution and full or 30sec length :bbb-[360/480/720/720]{"","-30"}
# after the underscore is the delay budget that the optimizer will use
first_hop_relay:
- relayid: 1
track: "bbb-360_1000"
last_hop_relay:
- relayid: 1
track: "bbb-360_1000"
- relayid: 2
track: "bbb-360_1000"
nodes:
- name: "node1"
location:
- 40.7128
- -74.0060
- name: "node2"
location:
- 37.7749
- -122.4194
- name: "node3"
location:
- 37.11
- -122.4194
edges:
- node1: "node1"
node2: "node2"
attributes:
latency: 110
cost: 0.02
- node1: "node2"
node2: "node3"
attributes:
latency: 10
cost: 0.02
- node1: "node1"
node2: "node3"
attributes:
latency: 20
cost: 0.01