meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sw:nextcloud:talk:spreed [2020/11/18 21:45] – niziak | sw:nextcloud:talk:spreed [2020/11/19 08:40] (current) – niziak | ||
---|---|---|---|
Line 7: | Line 7: | ||
* Spreed backend (it is REST api service) which control everything | * Spreed backend (it is REST api service) which control everything | ||
* NATS (Messaging server) | * NATS (Messaging server) | ||
+ | * can be message broker to connect cluster of signaling servers | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
Line 28: | Line 29: | ||
- | ===== Verify ====== | + | ===== Verify |
+ | Check if web frontend for signaling server is working: | ||
<code bash> | <code bash> | ||
curl -k -i https:// | curl -k -i https:// | ||
</ | </ | ||
+ | |||
+ | During NC Talk call, open WebRTC diagnose page in browser: | ||
+ | * Firefox [[about: | ||
+ | * Chrome [[chrome:// | ||
+ | and check what is **Remote Candidate** column. It should be only external configured IP of signaling server. | ||
+ | If TURN or JANUS is incorrectly configured (especially if it is running behind NAT) it can offer some wrong local IPs collected from all interfaces of machine on which is running (it can be some local LAN addresses like 192.168.x.x or Docker virtual interfaces like 172.17.x.x). | ||
+ | |||
===== NextCloud setup ===== | ===== NextCloud setup ===== |