Use private STUN/TURN
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
9092e181f2
commit
535bc83ea3
18
src/main.js
18
src/main.js
|
@ -47,23 +47,21 @@ app.component('FileSelect', FileSelect)
|
|||
app.component('WireStatistics', WireStatistics)
|
||||
|
||||
app.provide('trackers', [
|
||||
'wss://tracker.lon.gb.jacknet.io:443/announce',
|
||||
'wss://tracker.man.gb.jacknet.io:443/announce'
|
||||
'wss://tracker.lon.gb.jacknet.io/announce',
|
||||
'wss://tracker.man.gb.jacknet.io/announce'
|
||||
])
|
||||
|
||||
app.provide('rtcConfig', {
|
||||
iceServers: [
|
||||
{
|
||||
urls: [
|
||||
'stun:stun.l.google.com:19302'
|
||||
]
|
||||
},
|
||||
{
|
||||
urls: [
|
||||
'turn:relay.instant.io:443?transport=udp'
|
||||
'stun:relay.lon.gb.jacknet.io:5349',
|
||||
'stun:relay.man.gb.jacknet.io:5349',
|
||||
'turn:relay.lon.gb.jacknet.io:5349?transport=udp',
|
||||
'turn:relay.man.gb.jacknet.io:5349?transport=udp'
|
||||
],
|
||||
username: 'relay.instant.io',
|
||||
credential: 'nepal-cheddar-baize-oleander'
|
||||
username: 'vcinema',
|
||||
credential: '1121b3ecc5596b204147d0404d1df4e4a91858dcfd13c9e63781aa1e8f5f8f2c'
|
||||
}
|
||||
],
|
||||
sdpSemantics: 'unified-plan'
|
||||
|
|
Loading…
Reference in New Issue