Commit b2b5e495 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Update sfu SR

parent e7b239f6
...@@ -51,7 +51,7 @@ username = admin ...@@ -51,7 +51,7 @@ username = admin
[ice-servers.json] [ice-servers.json]
recipe = collective.recipe.template recipe = collective.recipe.template
input = inline: input = inline:
[{"urls":["stun:stun.l.google.com:19302"]}] [{"urls":["stun:turn.api.nexedi.net:3478"]}]
output = $${directory:data}/ice-servers.json output = $${directory:data}/ice-servers.json
[groups-json] [groups-json]
...@@ -59,8 +59,8 @@ recipe = collective.recipe.template ...@@ -59,8 +59,8 @@ recipe = collective.recipe.template
input = inline:{ input = inline:{
"public":true, "public":true,
"op": [{"username":"$${admin-password:username}","password":"$${admin-password:passwd}"}], "op": [{"username":"$${admin-password:username}","password":"$${admin-password:passwd}"}],
"presenter": [], "other": [],
"other": [{"username": "", "password": "nexedi"}], "presenter": [{"username": "", "password": "nexedi"}],
"max-users":100 "max-users":100
} }
output = $${directory:groups}/public.json output = $${directory:groups}/public.json
......
...@@ -22,7 +22,7 @@ eggs = ...@@ -22,7 +22,7 @@ eggs =
[sfu-repository] [sfu-repository]
<= git-repository <= git-repository
repository = https://lab.nexedi.com/alain.takoudjou/sfu.git repository = https://lab.nexedi.com/alain.takoudjou/sfu.git
revision = 599954c81323072abd83957b0bd24529d7fcc658 branch = sfu-conference
location = ${buildout:parts-directory}/sfu-repository location = ${buildout:parts-directory}/sfu-repository
[sfu] [sfu]
...@@ -45,7 +45,7 @@ url = ${:_profile_base_location_}/${:filename} ...@@ -45,7 +45,7 @@ url = ${:_profile_base_location_}/${:filename}
mode = 0644 mode = 0644
output = ${buildout:directory}/instance.cfg output = ${buildout:directory}/instance.cfg
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 87aebc23b0672292137b051c13357d6e md5sum = a9837c7a63a113766799756f47cf04fd
[versions] [versions]
slapos.recipe.template = 4.4 slapos.recipe.template = 4.4
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment