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

/etc/jitsi/jibri/config.json is it still exists #434

Open
baselrabia opened this issue Aug 31, 2021 · 2 comments
Open

/etc/jitsi/jibri/config.json is it still exists #434

baselrabia opened this issue Aug 31, 2021 · 2 comments

Comments

@baselrabia
Copy link

exec java -Djava.util.logging.config.file=/etc/jitsi/jibri/logging.properties -Dconfig.file="/etc/jitsi/jibri/jibri.conf" -jar /opt/jitsi/jibri/jibri.jar --config "/etc/jitsi/jibri/config.json"

why the config attribute refers to "/etc/jitsi/jibri/config.json" which does not exist anymore
not to /etc/jitsi/jibri/jibri.conf which has the config
is it right to be like that ??

@prayagsingh
Copy link

prayagsingh commented Sep 1, 2021

@baselrabia Docker setup still uses config.json for jibri config. I think this might be the reason why config.json is still present.

AFAIK if we are using jibri.conf then it has high precedence over config.json.
@bbaldino Can you please confirm?

@bbaldino
Copy link
Member

bbaldino commented Sep 1, 2021

config.json has a higher preference than the new config, in order to obey any settings a user may have had previously. didn't know docker was still using config.json, though.

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

3 participants