Exchange SDP
# config1.yaml
bind: 127.0.0.1:50000
endpoint_url: http://127.0.0.1:50000
ecdsa_key: <privite key>
ice_servers: stun://stun.l.google.com:19302
stabilize_timeout: 3
external_ip: null
backend: []
data_storage:
path: /Users/foo/.rings/data2
capacity: 200000000
measure_storage:
path: /Users/foo/.rings/measure2
capacity: 200000000
# config2.yaml
bind: 127.0.0.1:50001
endpoint_url: http://127.0.0.1:50001
ecdsa_key: <private key>
ice_servers: stun://stun.l.google.com:19302
stabilize_timeout: 3
external_ip: null
backend: []
data_storage:
path: /Users/ryan/.rings/data1
capacity: 200000000
measure_storage:
path: /Users/ryan/.rings/measure1
capacity: 200000000
Handshake !
Launch two nodes:
Create Offer
Accept Offer and Create Answer
Accept Answer
Conclusion
Last updated