docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Websocket Connection failed.
Hello, I am new to jitsi and I want to integrate it into my web application. I tried docker-jitsi-meet-stable-9111. But I meet some problems. I used docker-compose to have a try. And here is the .env configuration. The blue circles are the configurations I think essential.
As the configuration above, I can access the web page of the communication. But still can not join a chat room.It told me I don't have a media track. And I have configed it a self signed certification. There is not too much valuable information in the logs.
The first try failed. I thought may be I didn't make the right configuration for wss, so I disable the ENABLE_XMPP_WEBSOCKET=0 option.
The results as below:
Now I can join the room and text others but still can not speak to others. And Chrome did not ask me for accessing to camera and microphone.
I ran this framework on a low-end machine and low bandwidth but I thought as least I can use the audio functionality.
So could you please give me some suggestions about how to make a deeper inspection of the configurations and fix them up? Thank you.
The public URL does not have a scheme. Can you try adding https:// at the beginning?
I 'm sorry, It seems not work.
1.I am using capture/showing devices behind the NAT gateway. And server can be accessed directly through the internet. So may be configurations below are enough?
env.txt
2.To supress another error I added this configuration for nginx in web container.
Does it matter?
This is a log in jvb container.
jicofo:
3.Are there some connection problems between nginx and jvb server?
I keep the defualt setting for nginx Or just image of jvb server demaged? Could you please give me more instructions? 1000 thanks.
Any update on this ?
Not really. I wasn't able to reproduce the original problem.
Oh Thanks for your response!!