-
Notifications
You must be signed in to change notification settings - Fork 314
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
how to correctly config a sip video gateway? #497
Comments
Can you please share the pjsua logs? |
@saghul YES, I upload the pjsua.log The only problem I can see from the logs is '!SDL_Init() error: No available video device' But I have no idea about this. I searched some articles and it's like I should install v4l2loopback or something like this first But there is no any document about this point. |
Hello! Have you solved your problem? I am currently experiencing the same problem and need to invite a sip video gateway in a meeting, my current configuration test is jigasi, but it does not support video. How to install jibri and configure sip account? It would be better if you have detailed information. Thank you very much. |
The setup process is not documented. There are few posts in the community forum from people sharing their steps. |
Hello,
I'm using the Jitsi Meet in our organization and everything is good. But when I want to deploy a sip video gateway to enable the sip device to join our meeting, I'm blocked by the fewer document
The only document I found on how to config it is this: https://jitsi.github.io/handbook/docs/devops-guide/videosipgw
But just as I config it as this document, I found it's too simple and outdated.
I did it in these steps:
I just found this config in sourcecode because your document is outdated about this point, the sip-communicator.properties is not exits any more in Jicofo
If we want to invite some sip device to join our meeting, we must enable Jwt and provide a search URL
and the peopleSearchUrl returns
And when I complete all these steps, I can invite from the Meeting Web UI, But nothing happened.
And then I tried many days to look it up and finally, I found It needs a program called PJSUA
Install PJSUA
I build a PJSUA from https://github.com/jitsi/pjproject
And finally, I can invite a remote sip from a meeting and the sip can receive a calling
But no video or sound.
I need help
Because there is no document about PJSUA and how to config it correctly, can you help me or provide some documents on how to solve this problem?
Thank you very much.
The text was updated successfully, but these errors were encountered: