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

Error: unknown flag: --url : failed to execute root command unknown flag: --url #7

Open
Madhan-Sadasivam opened this issue Nov 5, 2021 · 7 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@Madhan-Sadasivam
Copy link

Hi, Please help me with the below error.

image

Also please provide the command for .yml file based execution.

@1995parham 1995parham added the help wanted Extra attention is needed label Nov 5, 2021
@1995parham 1995parham self-assigned this Nov 5, 2021
@1995parham
Copy link
Member

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

@Madhan-Sadasivam
Copy link
Author

Hi @1995parham, thanks for the quick response!!
I will create the config.yml and try to execute.

I have to add '--config config.yml' flag in the command, am i right? please correct me if i'm wrong

@1995parham
Copy link
Member

No there is no need for a config flag, it searches for config.yml next to your executable. again thanks for using our project 🙌

@Madhan-Sadasivam
Copy link
Author

Thank you.!

@Madhan-Sadasivam
Copy link
Author

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 , 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.!

@1995parham
Copy link
Member

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.

@mohammadne
Copy link
Contributor

Hi @Madhan-Sadasivam
thanks for using ghodrat

in case of pion media-server we support both audio and video calls but in case of Janus
we currently support audio call via its audiobridge but we are glad to add this new feature
also if you have any consideration to add videobridge, pull requests are always open .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants