You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm using janus-gateway-docker and when I run the docker using YAML file janus start will full trickle mode.
I saw that the default is full trickle off but I don't know why it start with full trickle on.
I try to force it to be off by the flag --full-trickle=off or -f off but it ignores the flag..
Hi!
I'm using janus-gateway-docker and when I run the docker using YAML file janus start will full trickle mode.
I saw that the default is full trickle off but I don't know why it start with full trickle on.
I try to force it to be off by the flag --full-trickle=off or -f off but it ignores the flag..
I use YAML file and try multi variations:
First:
containers:
- name: janus-test
image: canyan/janus-gateway:latest
command:
- /usr/local/bin/janus
- '-F'
- /usr/local/etc/janus
- '--full-trickle=off'
args:
- '--nat-1-1=ip'
- '-r'
- start-end
Second:
containers:
- name: janus-test
image: canyan/janus-gateway:latest
command:
- /usr/local/bin/janus
- '-F'
- /usr/local/etc/janus
- '--full-trickle=false'
args:
- '--nat-1-1=ip'
- '-r'
- start-end
3:
containers:
- name: janus-test
image: canyan/janus-gateway:latest
command:
- /usr/local/bin/janus
- '-F'
- /usr/local/etc/janus
- 'f'
- off
args:
- '--nat-1-1=ip'
- '-r'
- start-end
4:
containers:
- name: janus-test
image: canyan/janus-gateway:latest
command:
- /usr/local/bin/janus
- '-F'
- /usr/local/etc/janus
- 'f'
- false
args:
- '--nat-1-1=ip'
- '-r'
- start-end
5:
containers:
- name: janus-test
image: canyan/janus-gateway:latest
command:
- /usr/local/bin/janus
- '-F'
- /usr/local/etc/janus
args:
- '--nat-1-1=ip'
- '-f'
- off
- '-r'
- start-end
Nothing worked.
I thought maybe it's ICE issue when Janus starts and Janus have mechanism to switch to full trickle mode when it has problem getting ICE on startup?
I will be glad for your help,
Barak
The text was updated successfully, but these errors were encountered: