-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error: unknown flag: --url : failed to execute root command unknown flag: --url #7
Comments
Right now we only have Janus and .yml based execution. you need to create the following YAML configuration: logger:
development: true
encoding: "console"
level: "info"
tracer:
enabled: false
host: "localhost"
port: 6831
sample-rate: 0.1
call-count: 5
client:
audio-file-address: "./static/audio.ogg"
connection:
stun-server: "stun:stun.l.google.com:19302"
rtp-codec:
clock-rate: 48000
channels: 2
payload-type: 111
janus:
address: "<URL>"
max-late: 10
sample-rate: 48000 |
Hi @1995parham, thanks for the quick response!! I have to add '--config config.yml' flag in the command, am i right? please correct me if i'm wrong |
No there is no need for a config flag, it searches for |
Thank you.! |
Hi @1995parham , please share the config.yml for testing videobridge plugin in janus, I pulled the lastes code from code and got the video.ivf file. Also please share if any, details of each option in the config.yml file and how we can change these options for testing different scenarios. Thank You.! |
Sure, these are our new features which handle video and also testing with pion which are added by @mohammadne Jan. I think he could help us here. |
Hi @Madhan-Sadasivam in case of |
Hi, Please help me with the below error.
Also please provide the command for .yml file based execution.
The text was updated successfully, but these errors were encountered: