Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Janus ignore --full-trickle=off, or -f off flags #26

Open
barakpp opened this issue Dec 26, 2021 · 0 comments
Open

Janus ignore --full-trickle=off, or -f off flags #26

barakpp opened this issue Dec 26, 2021 · 0 comments

Comments

@barakpp
Copy link

barakpp commented Dec 26, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant